Fwd: Rakudo Star - a useful, usable, "early adopter" distribution of Perl 6

Shlomi Fish <shlomif-ik1l9ssToec+JF/[email protected]> Sat, 31 Jul 2010 11:11:03 +0300
Newsgroups gmane.culture.hackers.israel
Message-ID <[email protected]>
--e-awnNlR4wrt4UJSZik6xwd3lVuNNxi14gSmNAK
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit


----------  Forwarded Message  ----------

Subject: Rakudo Star - a useful, usable, "early adopter" distribution of Perl 
6
Date: Thursday 29 July 2010, 15:23:35
From: "Patrick R. Michaud" <[email protected]>
To: [email protected], [email protected], [email protected], 
parrot-dev-T/[email protected]

On behalf of the Rakudo and Perl 6 development teams, I'm happy to
announce the July 2010 release of "Rakudo Star", a useful and usable
distribution of Perl 6.  The tarball for the July 2010 release is
available from <http://github.com/rakudo/star/downloads>.

Rakudo Star is aimed at "early adopters" of Perl 6.  We know that
it still has some bugs, it is far slower than it ought to be, and
there are some advanced pieces of the Perl 6 language specification
that aren't implemented yet.  But Rakudo Perl 6 in its current form
is also proving to be viable (and fun) for developing applications
and exploring a great new language.  These "Star" releases are
intended to make Perl 6 more widely available to programmers, grow
the Perl 6 codebase, and gain additional end-user feedback about the
Perl 6 language and Rakudo's implementation of it.

In the Perl 6 world, we make a distinction between the language 
("Perl 6") and specific implementations of the language such as
"Rakudo Perl".  "Rakudo Star" is a distribution that includes
release #31 of the Rakudo Perl 6 compiler [1], version 2.6.0 of
the Parrot Virtual Machine [2], and various modules, documentation,
and other resources collected from the Perl 6 community.  We
plan to make Rakudo Star releases on a monthly schedule, with
occasional special releases in response to important bugfixes or
changes.

Some of the many cool Perl 6 features that are available in this
release of Rakudo Star:
  * Perl 6 grammars and regexes
  * formal parameter lists and signatures
  * metaoperators
  * gradual typing
  * a powerful object model, including roles and classes
  * lazy list evaluation
  * multiple dispatch
  * smart matching
  * junctions and autothreading
  * operator overloading (limited forms for now)
  * introspection
  * currying
  * a rich library of builtin operators, functions, and types
  * an interactive read-evaluation-print loop
  * Unicode at the codepoint level
  * resumable exceptions

There are some key features of Perl 6 that Rakudo Star does not
yet handle appropriately, although they will appear in upcoming
releases.  Thus, we do not consider Rakudo Star to be a
"Perl 6.0.0" or "1.0" release.  Some of the not-quite-there
features include:
  * nested package definitions
  * binary objects, native types, pack and unpack
  * typed arrays
  * macros
  * state variables
  * threads and concurrency
  * Unicode strings at levels other than codepoints
  * pre and post constraints, and some other phasers
  * interactive readline that understands Unicode
  * backslash escapes in regex <[...]> character classes
  * non-blocking I/O
  * most of Synopsis 9
  * perl6doc or pod manipulation tools

In many places we've tried to make Rakudo smart enough to inform the
programmer that a given feature isn't implemented, but there are
many that we've missed.  Bug reports about missing and broken
features are welcomed.

See http://perl6.org/ for links to much more information about 
Perl 6, including documentation, example code, tutorials, reference
materials, specification documents, and other supporting resources.

Rakudo Star also bundles a number of modules; a partial list of
the modules provided by this release include:
  * Blizkost
      - enables some Perl 5 modules to be used from within Rakudo Perl 6
  * MiniDBI
      - a simple database interface for Rakudo Perl 6
  * Zavolaj
      - call C library functions from Rakudo Perl 6
  * SVG and SVG::Plot
      - create scalable vector graphics
  * HTTP::Daemon
      - a simple HTTP server
  * XML::Writer
      - generate XML
  * YAML
      - dump Perl 6 objects as YAML
  * Term::ANSIColor
      - color screen output using ANSI escape sequences
  * Test::Mock
      - create mock objects and check what methods were called
  * Math::Model
      - describe and run mathematical models
  * Config::INI
      - parse and write configuration files
  * File::Find
      - find files in a given directory
  * LWP::Simple
      - fetch resources from the web

These are not considered "core Perl 6 modules", and as module
development for Perl 6 continues to mature, future releases
of Rakudo Star will likely come bundled with a different set
of modules. Deprecation policies for bundled modules will be
created over time, and other Perl 6 distributions may choose
different sets of modules or policies.  More information about
Perl 6 modules can be found at http://modules.perl6.org/.

Rakudo Star also contains a draft of a Perl 6 book -- see 
<docs/UsingPerl6-draft.pdf> in the release tarball.

The development team thanks all of the contributors and sponsors
for making Rakudo Star possible.  If you would like to contribute,
see <http://rakudo.org/how-to-help>, ask on the [email protected]
mailing list, or join us on IRC #perl6 on freenode.

Rakudo Star releases are created on a monthly cycle or as needed
in response to important bug fixes or improvements.  The next planned 
release of Rakudo Star will be on August 24, 2010.

[1] http://github.com/rakudo/rakudo
[2] http://parrot.org/

-----------------------------------------
-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Freecell Solver - http://fc-solve.berlios.de/

God considered inflicting XSLT as the tenth plague of Egypt, but then
decided against it because he thought it would be too evil.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--e-awnNlR4wrt4UJSZik6xwd3lVuNNxi14gSmNAK
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>







<body style="background-color: #fff;">
<span style="display:none">&nbsp;</span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="position:relative;">
  <div id="ygrp-msg" style="z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id="ygrp-text" >
      
      
      <p><br>
----------  Forwarded Message  ----------<br>
<br>
Subject: Rakudo Star - a useful, usable, &quot;early adopter&quot; distribution of Perl <br>
6<br>
Date: Thursday 29 July 2010, 15:23:35<br>
From: &quot;Patrick R. Michaud&quot; &lt;<a href="mailto:pmichaud%40pobox.com">[email protected]</a>&gt;<br>
To: <a href="mailto:perl6-language%40perl.org">[email protected]</a>, <a href="mailto:perl6-compiler%40perl.org">[email protected]</a>, <a href="mailto:perl6-users%40perl.org">[email protected]</a>, <br>
<a href="mailto:parrot-dev%40lists.parrot.org">parrot-dev-T/[email protected]</a><br>
<br>
On behalf of the Rakudo and Perl 6 development teams, I'm happy to<br>
announce the July 2010 release of &quot;Rakudo Star&quot;, a useful and usable<br>
distribution of Perl 6.  The tarball for the July 2010 release is<br>
available from &lt;<a href="http://github.com/rakudo/star/downloads">http://github.com/rakudo/star/downloads</a>&gt;.<br>
<br>
Rakudo Star is aimed at &quot;early adopters&quot; of Perl 6.  We know that<br>
it still has some bugs, it is far slower than it ought to be, and<br>
there are some advanced pieces of the Perl 6 language specification<br>
that aren't implemented yet.  But Rakudo Perl 6 in its current form<br>
is also proving to be viable (and fun) for developing applications<br>
and exploring a great new language.  These &quot;Star&quot; releases are<br>
intended to make Perl 6 more widely available to programmers, grow<br>
the Perl 6 codebase, and gain additional end-user feedback about the<br>
Perl 6 language and Rakudo's implementation of it.<br>
<br>
In the Perl 6 world, we make a distinction between the language <br>
(&quot;Perl 6&quot;) and specific implementations of the language such as<br>
&quot;Rakudo Perl&quot;.  &quot;Rakudo Star&quot; is a distribution that includes<br>
release #31 of the Rakudo Perl 6 compiler [1], version 2.6.0 of<br>
the Parrot Virtual Machine [2], and various modules, documentation,<br>
and other resources collected from the Perl 6 community.  We<br>
plan to make Rakudo Star releases on a monthly schedule, with<br>
occasional special releases in response to important bugfixes or<br>
changes.<br>
<br>
Some of the many cool Perl 6 features that are available in this<br>
release of Rakudo Star:<br>
  * Perl 6 grammars and regexes<br>
  * formal parameter lists and signatures<br>
  * metaoperators<br>
  * gradual typing<br>
  * a powerful object model, including roles and classes<br>
  * lazy list evaluation<br>
  * multiple dispatch<br>
  * smart matching<br>
  * junctions and autothreading<br>
  * operator overloading (limited forms for now)<br>
  * introspection<br>
  * currying<br>
  * a rich library of builtin operators, functions, and types<br>
  * an interactive read-evaluation-print loop<br>
  * Unicode at the codepoint level<br>
  * resumable exceptions<br>
<br>
There are some key features of Perl 6 that Rakudo Star does not<br>
yet handle appropriately, although they will appear in upcoming<br>
releases.  Thus, we do not consider Rakudo Star to be a<br>
&quot;Perl 6.0.0&quot; or &quot;1.0&quot; release.  Some of the not-quite-there<br>
features include:<br>
  * nested package definitions<br>
  * binary objects, native types, pack and unpack<br>
  * typed arrays<br>
  * macros<br>
  * state variables<br>
  * threads and concurrency<br>
  * Unicode strings at levels other than codepoints<br>
  * pre and post constraints, and some other phasers<br>
  * interactive readline that understands Unicode<br>
  * backslash escapes in regex &lt;[...]&gt; character classes<br>
  * non-blocking I/O<br>
  * most of Synopsis 9<br>
  * perl6doc or pod manipulation tools<br>
<br>
In many places we've tried to make Rakudo smart enough to inform the<br>
programmer that a given feature isn't implemented, but there are<br>
many that we've missed.  Bug reports about missing and broken<br>
features are welcomed.<br>
<br>
See <a href="http://perl6.org/">http://perl6.org/</a> for links to much more information about <br>
Perl 6, including documentation, example code, tutorials, reference<br>
materials, specification documents, and other supporting resources.<br>
<br>
Rakudo Star also bundles a number of modules; a partial list of<br>
the modules provided by this release include:<br>
  * Blizkost<br>
      - enables some Perl 5 modules to be used from within Rakudo Perl 6<br>
  * MiniDBI<br>
      - a simple database interface for Rakudo Perl 6<br>
  * Zavolaj<br>
      - call C library functions from Rakudo Perl 6<br>
  * SVG and SVG::Plot<br>
      - create scalable vector graphics<br>
  * HTTP::Daemon<br>
      - a simple HTTP server<br>
  * XML::Writer<br>
      - generate XML<br>
  * YAML<br>
      - dump Perl 6 objects as YAML<br>
  * Term::ANSIColor<br>
      - color screen output using ANSI escape sequences<br>
  * Test::Mock<br>
      - create mock objects and check what methods were called<br>
  * Math::Model<br>
      - describe and run mathematical models<br>
  * Config::INI<br>
      - parse and write configuration files<br>
  * File::Find<br>
      - find files in a given directory<br>
  * LWP::Simple<br>
      - fetch resources from the web<br>
<br>
These are not considered &quot;core Perl 6 modules&quot;, and as module<br>
development for Perl 6 continues to mature, future releases<br>
of Rakudo Star will likely come bundled with a different set<br>
of modules. Deprecation policies for bundled modules will be<br>
created over time, and other Perl 6 distributions may choose<br>
different sets of modules or policies.  More information about<br>
Perl 6 modules can be found at <a href="http://modules.perl6.org/.">http://modules.perl6.org/.</a><br>
<br>
Rakudo Star also contains a draft of a Perl 6 book -- see <br>
&lt;docs/UsingPerl6-draft.pdf&gt; in the release tarball.<br>
<br>
The development team thanks all of the contributors and sponsors<br>
for making Rakudo Star possible.  If you would like to contribute,<br>
see &lt;<a href="http://rakudo.org/how-to-help">http://rakudo.org/how-to-help</a>&gt;, ask on the <a href="mailto:perl6-compiler%40perl.org">[email protected]</a><br>
mailing list, or join us on IRC #perl6 on freenode.<br>
<br>
Rakudo Star releases are created on a monthly cycle or as needed<br>
in response to important bug fixes or improvements.  The next planned <br>
release of Rakudo Star will be on August 24, 2010.<br>
<br>
[1] <a href="http://github.com/rakudo/rakudo">http://github.com/rakudo/rakudo</a><br>
[2] <a href="http://parrot.org/">http://parrot.org/</a><br>
<br>
-----------------------------------------<br>
-- <br>
----------------------------------------------------------<br>
Shlomi Fish       <a href="http://www.shlomifish.org/">http://www.shlomifish.org/</a><br>
Freecell Solver - <a href="http://fc-solve.berlios.de/">http://fc-solve.berlios.de/</a><br>
<br>
God considered inflicting XSLT as the tenth plague of Egypt, but then<br>
decided against it because he thought it would be too evil.<br>
<br>
Please reply to list if it's a mailing list post - <a href="http://shlom.in/reply">http://shlom.in/reply</a> .<br>
</p>

    </div>
     

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <div style="color: #fff; height: 0;">__._,_.___</div>

        
  
   
    <div id="ygrp-actbar" style="clear: both; margin-bottom: 10px; white-space: nowrap; color: #666; padding-top: 15px;">
      <div>
        <a href="mailto:shlomif-ik1l9ssToec+JF/[email protected]?subject=Fwd: Rakudo Star - a useful, usable, &quot;early adopter&quot; distribution of Perl 6" style="margin-right: 0; padding-right: 0;">
	  Reply to <span style="font-weight: 700;">sender</span></a> |
        <a href="mailto:[email protected]?subject=Fwd: Rakudo Star - a useful, usable, &quot;early adopter&quot; distribution of Perl 6">
	  Reply to <span style="font-weight: 700;">group</span></a> |
        	  <a href="http://groups.yahoo.com/group/hackers-il/post;_ylc=X3oDMTJwbmxzMGtqBF9TAzk3MzU5NzE0BGdycElkAzE4NTczMzIEZ3Jwc3BJZAMxNzA1MDA2NzY0BG1zZ0lkAzUxMjQEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMjgwNTYzOTA1?act=reply&messageNum=5124">Reply <span style="font-weight: 700;">via web post</span></a> |
            	<a href="http://groups.yahoo.com/group/hackers-il/post;_ylc=X3oDMTJlZWxhaXQ1BF9TAzk3MzU5NzE0BGdycElkAzE4NTczMzIEZ3Jwc3BJZAMxNzA1MDA2NzY0BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTI4MDU2MzkwNQ--" style="font-weight: 700;">Start a New Topic</a>
      </div>

                <a href="http://groups.yahoo.com/group/hackers-il/message/5124;_ylc=X3oDMTM0NWo0aDc1BF9TAzk3MzU5NzE0BGdycElkAzE4NTczMzIEZ3Jwc3BJZAMxNzA1MDA2NzY0BG1zZ0lkAzUxMjQEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMjgwNTYzOTA1BHRwY0lkAzUxMjQ-">Messages in this topic</a>
          (<span style="font-weight: 700;">1</span>)
          </div> 
<!------- Start Nav Bar ------>

<!-- |**|begin egp html banner|**| -->
<div id="ygrp-vital" style="background-color: #e0ecee; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">
      <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; ">Recent Activity:</span>

    <ul style="list-style-type: none; margin: 0; padding: 0; display: inline;">
                                                    </ul>
    
  <div style="clear: both; padding-top: 2px; color: #1e66ae;">
    <a href="http://groups.yahoo.com/group/hackers-il;_ylc=X3oDMTJlM2I0bmVqBF9TAzk3MzU5NzE0BGdycElkAzE4NTczMzIEZ3Jwc3BJZAMxNzA1MDA2NzY0BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTI4MDU2MzkwNQ--" style="text-decoration: none;">Visit Your Group</a>
  </div>
</div>

  
<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
  <a href="http://groups.yahoo.com/;_ylc=X3oDMTJkOXA3N25xBF9TAzk3MzU5NzE0BGdycElkAzE4NTczMzIEZ3Jwc3BJZAMxNzA1MDA2NzY0BHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMjgwNTYzOTA1" style="float: left;"><img src="http://l.yimg.com/a/i/us/yg/logo/us.gif" height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a>
  <div style="color: #747575; float: right;">Switch to: <a href="mailto:[email protected]?subject=Change Delivery Format: Traditional" style="text-decoration: none;">Text-Only</a>, <a href="mailto:[email protected]?subject=Email Delivery: Digest" class="margin-rt" style="text-decoration: none;">Daily Digest</a> &bull; <a href="mailto:[email protected]?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> &bull; <a href="http://docs.yahoo.com/info/terms/" style="text-decoration: none;">Terms of Use</a></div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id="ygrp-sponsor" style="width:160px; float:right; clear:none; margin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id="ygrp-reco">
     </div>
<!-- End Recommendations -->



  </div>   <!-- |**|end egp html banner|**| -->

  <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>

  <img src="http://geo.yahoo.com/serv?s=97359714/grpId=1857332/grpspId=1705006764/msgId=5124/stime=1280563905/nc1=1/nc2=2/nc3=3" width="1" height="1"> <br>

<div style="color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type="text/css">
  <!--
  #ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
  #ygrp-sponsor #ygrp-lc {
  font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 78%;
  line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
  margin-bottom: 10px;
  padding: 0 0;
}

  a {
    color: #1e66ae;
  }

  #actions {
    font-family: Verdana;
    font-size: 11px;
    padding: 10px 0;
  }

  #activity {
    background-color: #e0ecee;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 10px;
  }

  #activity span {
    font-weight: 700;
  }

  #activity span:first-child {
    text-transform: uppercase;
  }

  #activity span a {
    color: #5085b6;
    text-decoration: none;
  }

  #activity span span {
    color: #ff7900;
  }

  #activity span .underline {
    text-decoration: underline;
  }

  .attach {
    clear: both;
    display: table;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0;
    width: 400px;
  }

  .attach div a {
    text-decoration: none;
  }

  .attach img {
    border: none;
    padding-right: 5px;
  }

  .attach label {
    display: block;
    margin-bottom: 5px;
  }

  .attach label a {
    text-decoration: none;
  }
  
  blockquote {
    margin: 0 0 0 4px;
  }

  .bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
  }

  .bold a {
    text-decoration: none;
  }

  dd.last p a {
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span {
    margin-right: 10px;
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span.yshortcuts {
    margin-right: 0;
  }

  div.attach-table div div a {
    text-decoration: none;
  }

  div.attach-table {
    width: 400px;
  }

  div.file-title a, div.file-title a:active, div.file-title a:hover, div.file-title a:visited {
    text-decoration: none;
  }

  div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div.photo-title a:visited {
    text-decoration: none;
  }

  div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
  }

  .green {
    color: #628c2a;
  }

  .MsoNormal {
    margin: 0 0 0 0;
  }

  o {
    font-size: 0;
  }

  #photos div {
    float: left;
    width: 72px;
  }

  #photos div div {
    border: 1px solid #666666;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  #photos div label {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 64px;
  }

  #reco-category {
    font-size: 77%;
  }

  #reco-desc {
    font-size: 77%;
  }

  .replbq {
    margin: 4px;
  }

  #ygrp-actbar div a:first-child {
   /* border-right: 0px solid #000;*/
    margin-right: 2px;
    padding-right: 5px;
  }

  #ygrp-mlmsg {
    font-size: 13px;
    font-family: Arial, helvetica,clean, sans-serif;
    *font-size: small;
    *font: x-small;
  }

  #ygrp-mlmsg table {
    font-size: inherit;
    font: 100%;
  }

  #ygrp-mlmsg select, input, textarea {
    font: 99% Arial, Helvetica, clean, sans-serif;
  }

  #ygrp-mlmsg pre, code {
    font:115% monospace;
    *font-size:100%;
  }

  #ygrp-mlmsg * {
    line-height: 1.22em;
  }

  #ygrp-mlmsg #logo {
    padding-bottom: 10px;
  }

  #ygrp-mlmsg a {
    color: #1E66AE;
  }

  #ygrp-msg p a {
    font-family: Verdana;
  }

  #ygrp-msg p#attach-count span {
    color: #1E66AE;
    font-weight: 700;
  }

  #ygrp-reco #reco-head {
    color: #ff7900;
    font-weight: 700;
  }

  #ygrp-reco {
    margin-bottom: 20px;
    padding: 0px;
  }

  #ygrp-sponsor #ov li a {
    font-size: 130%;
    text-decoration: none;
  }

  #ygrp-sponsor #ov li {
    font-size: 77%;
    list-style-type: square;
    padding: 6px 0;
  } 

  #ygrp-sponsor #ov ul {
    margin: 0;
    padding: 0 0 0 8px;
  }

  #ygrp-text {
    font-family: Georgia;
  }

  #ygrp-text p {
    margin: 0 0 1em 0;
  }

  #ygrp-text tt {
    font-size: 120%;
  }

  #ygrp-vital ul li:last-child {
    border-right: none !important; 
  } 
  -->
  </style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->


--e-awnNlR4wrt4UJSZik6xwd3lVuNNxi14gSmNAK--