After nearly four months of development and 3400+ commits, I'm very glad to announce that Pugs 6.2.13 is now available:

http://pugs.blogs.com/dist/Perl6-Pugs-6.2.13.tar.gz
SIZE: 6839270
SHA1: b06b8434c64e9bb5e3ab482282fbae0a6ba69218

Motivated by increasing use of Pugs in production, this is an extra release in the 6.2.x series, offering another 200%+ improvement in performance, comprehensive support for interoperability with Perl 5 modules, a built-in grammar engine via native perl5 embedding, and much better support for roles, classes and objects.

The web-based presence of Pugs and Perl 6 has improved as well:

Thanks again to all lambdacamels on #perl6 for building this new ship together; it is truly an exhilarating voyage. :-)

Have -Ofun!
Audrey

Changes for 6.2.13 (r14402) - October 17, 2006

Build System

Feature Changes

Interactive Shell and Command-Line Flags

Perl 5 Interoperability

Lexical Syntax

Declarators and Operators

Blocks and Statements

Regexes and Grammars

Modules and Routines

Classes and Objects

Built-in Primitives

Bundled Modules

New modules

ext/CGI/

ext/HTTP-Server-Simple/

ext/Rosetta/

ext/Set-Relation/

ext/Test/

Test Suite

util/prove6

util/smartlinks.pl

util/smokeserv/

t/

Examples and Utilities

examples/

examples/games/dispatch_quiz.pl

misc/runpugs/

Documentation

docs/Perl6/Perl5/Differences.pod

docs/Perl6/Spec/

docs/Pugs/Doc/

docs/talks/extraction.xul

Perl 6 on Perl 5

perl5/Pugs-Compiler-Perl6/

v6/

Experimental projects

misc/pX/Common/P5_to_P6_Translation/

misc/pX/Common/convert_regexp_to_six.pl

misc/pX/Common/redsix/


In reply to Pugs 6.2.13 released! by audreyt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.