Announce: Rakudo Star Release 2018.10

[email protected] (Steve Mynott) Sun, 11 Nov 2018 19:04:35 +0000
Newsgroups perl.perl6.language
Message-ID <CANuZA8QoFHEQZ3CTf2Knv2g8=Hrae5RoREsYhF0oKr68B8WaMQ@mail.gmail.com>
--0000000000000f0964057a684254
Content-Type: text/plain; charset="UTF-8"

Announce: Rakudo Star Release 2018.10 A useful and usable production
distribution of Rakudo Perl 6

On behalf of the Rakudo and Perl 6 development teams, I'm pleased to
announce the October 2018 release of "Rakudo Star", a useful and usable
production distribution of Rakudo. The tarball for this release is
available from https://rakudo.perl6.org/downloads/star/.

Binaries for macOS and Windows (64 bit) are also available at the same
location.

This is a post-Christmas (production) release of Rakudo Star and implements
Perl v6.c. It comes with support for the MoarVM backend (all module tests
pass on supported platforms). Currently, Star is on a quarterly release
cycle.

Please note that this release of Rakudo Star is not fully functional with
the JVM backend from the Rakudo compiler. Please use the MoarVM backend
only.

We make a distinction between the language ("Perl 6" or "Raku") and
specific implementations of the language such as "Rakudo".

This Star release includes release 2018.10
<https://raw.githubusercontent.com/rakudo/rakudo/2018.10/docs/announce/2018.10.md>
of the Rakudo compiler <http://github.com/rakudo/rakudo>, version 2018.10
MoarVM <http://moarvm.org/>, plus various modules, documentation, and other
resources collected from the community.

The Rakudo compiler changes since the last Rakudo Star release are now
listed in "2018.08.md" and 2018.09.md" under the "rakudo/docs/announce"
directory of the source distribution.

This is the first Rakudo Star release that comes with an additional JS
backend. See 6pad project at https://perl6.github.io/6pad/ for running
Perl 6 code directly in your browser.

Important Rakudo bug fixes are now listed at https://alerts.perl6.org/

Also see Rakudo Star errata at https://perl6.org/downloads/

Deprecation:

   - LWP::Simple is deprecated and will be removed. Please use
   "HTTP::UserAgent".
   - panda-sub which pointed user to zef now removed.

Notable changes in modules shipped with Rakudo Star:

   - openssl: Bump version 0.1.21.
   - tap-harness6: Bump version to 0.0.4 for coloring
   - zef: version 0.5.3

There are some key features of Perl 6 that Rakudo Star does not yet handle
appropriately, although they will appear in upcoming releases. Some of the
not-quite-there features include:

   - advanced macros
   - some bits of Synopsis 9 and 11

There is an online resource at http://perl6.org/compilers/features that
lists the known implemented and missing features of Rakudo's backends and
other Perl 6 implementations.

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 at
[email protected].

See https://perl6.org/ for links to much more information, including
documentation, example code, tutorials, presentations, reference materials,
design documents, and other supporting resources. Tutorials are available
under the "docs" directory 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.

-- 
Steve Mynott <[email protected]>
cv25519/ECF8B611205B447E091246AF959E3D6197190DD5

--0000000000000f0964057a684254
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><h1>Announce: Rakudo Star Release 2018.10</h1>
<h2>A useful and usable production distribution of Rakudo Perl 6</h2>
<p>On behalf of the Rakudo and Perl 6 development teams, I&#39;m pleased to=
 announce
the October 2018 release of &quot;Rakudo Star&quot;, a useful and usable pr=
oduction
distribution of Rakudo.  The tarball for this release is available from
<a href=3D"https://rakudo.perl6.org/downloads/star/" rel=3D"nofollow">https=
://rakudo.perl6.org/downloads/star/</a>.</p>
<p>Binaries for macOS and Windows (64 bit) are also available at the same
location.</p>
<p>This is a post-Christmas (production) release of Rakudo Star and impleme=
nts
Perl v6.c. It comes with support for the MoarVM backend (all module tests p=
ass
on supported platforms).  Currently, Star is on a quarterly release cycle.<=
/p>
<p>Please note that this release of Rakudo Star is not fully functional wit=
h the
JVM backend from the Rakudo compiler. Please use the MoarVM backend only.</=
p>
<p>We make a distinction between the language (&quot;Perl 6&quot; or &quot;=
Raku&quot;) and specific
implementations of the language such as &quot;Rakudo&quot;.</p>
<p>This Star release includes <a href=3D"https://raw.githubusercontent.com/=
rakudo/rakudo/2018.10/docs/announce/2018.10.md" rel=3D"nofollow">release 20=
18.10</a> of the <a href=3D"http://github.com/rakudo/rakudo">Rakudo compile=
r</a>,
version 2018.10 <a href=3D"http://moarvm.org/" rel=3D"nofollow">MoarVM</a>,=
 plus various modules, documentation, and other
resources collected from the community.</p>
<p>The Rakudo compiler changes since the last Rakudo Star release are now l=
isted
in &quot;<a href=3D"http://2018.08.md">2018.08.md</a>&quot; and <a href=3D"=
http://2018.09.md">2018.09.md</a>&quot; under the &quot;rakudo/docs/announc=
e&quot; directory of
the source distribution.</p>
<p>This is the first Rakudo Star release that comes with an additional JS b=
ackend.
See <code>6pad</code> project at  <a href=3D"https://perl6.github.io/6pad/"=
 rel=3D"nofollow">https://perl6.github.io/6pad/</a> for running Perl=C2=A06=
 code
directly in your browser.</p>
<p>Important Rakudo bug fixes are now listed at <a href=3D"https://alerts.p=
erl6.org/" rel=3D"nofollow">https://alerts.perl6.org/</a></p>
<p>Also see Rakudo Star errata at <a href=3D"https://perl6.org/downloads/" =
rel=3D"nofollow">https://perl6.org/downloads/</a></p>
<p>Deprecation:</p>
<ul><li>LWP::Simple is deprecated and will be removed. Please use &quot;HTT=
P::UserAgent&quot;.</li><li>panda-sub which pointed user to zef now removed=
.</li></ul>
<p>Notable changes in modules shipped with Rakudo Star:</p>
<ul><li>openssl: Bump version 0.1.21.</li><li>tap-harness6: Bump version to=
 0.0.4 for coloring</li><li>zef: version 0.5.3</li></ul>
<p>There are some key features of Perl 6 that Rakudo Star does not yet
handle appropriately, although they will appear in upcoming releases.
Some of the not-quite-there features include:</p>
<ul><li>advanced macros</li><li>some bits of Synopsis 9 and 11</li></ul>
<p>There is an online resource at <a href=3D"http://perl6.org/compilers/fea=
tures" rel=3D"nofollow">http://perl6.org/compilers/features</a>
that lists the known implemented and missing features of Rakudo&#39;s
backends and other Perl 6 implementations.</p>
<p>In many places we&#39;ve tried to make Rakudo smart enough to inform the
programmer that a given feature isn&#39;t implemented, but there are many
that we&#39;ve missed. Bug reports about missing and broken features are
welcomed at <a href=3D"mailto:[email protected]">[email protected]</a>.</=
p>
<p>See <a href=3D"https://perl6.org/" rel=3D"nofollow">https://perl6.org/</=
a> for links to much more information, including
documentation, example code, tutorials, presentations, reference materials,
design documents, and other supporting resources.  Tutorials are available
under the &quot;docs&quot; directory in the release tarball.</p>
<p>The development team thanks all of the contributors and sponsors for
making Rakudo Star possible. If you would like to contribute, see
<a href=3D"http://rakudo.org/how-to-help" rel=3D"nofollow">http://rakudo.or=
g/how-to-help</a>, ask on the <a href=3D"mailto:[email protected]">pe=
[email protected]</a>
mailing list, or join us on IRC #perl6 on freenode.</p><br>-- <br><div dir=
=3D"ltr" class=3D"gmail_signature" data-smartmail=3D"gmail_signature">Steve=
 Mynott &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">ste=
[email protected]</a>&gt;<br>cv25519/ECF8B611205B447E091246AF959E3D619719=
0DD5</div></div>

--0000000000000f0964057a684254--