
Perl6::Pugs - Perl6 User's Golfing System

This document describes version 6.0.0 of Pugs, released February 7, 2005.

% pugs -e "'Hello, World!'"
Hello, World!

Started at 2005-02-01, Pugs is an attempt at writing a Perl6 interpreter in Haskell. Currently it is in its very early stages.
Although Pugs does not yet directly relate to PGE or Parrot, the hope is that it can flesh out corner cases in the Synopses during implementation, as well as contributing more test cases to the main Perl6 project.
Featherweight Perl6 (FP6) is a simplified, side-effect-free subset of the Perl6 language, inspired by Featherweight Java. It is the first-step target language of Pugs.
Notable features in Perl6 that are not in FP6:
The only ways to do I/O in FP6 are:
@*ARGS, $*PID, $*PROGRAM_NAME, etc..<> (lazily-evaluated lines of input)The major/minor version numbers of Pugs converges to 2*pi; each significant digit in the minor version represents a milestone. The third digit is incremented for each release.
The current milestones are:

The mailing list for Pugs is perl6-compiler. Subscribe by sending mail to <perl6-compiler-subscribe@perl.org>. It is archived at http://www.nntp.perl.org/group/perl.perl6.compiler and available via NNTP at nntp://nntp.perl.org/perl.perl6.compiler.
You can also read the list via Google Groups at http://groups-beta.google.com/group/perl.perl6.compiler
Please submit bug reports to <bug-perl6-pugs@rt.cpan.org>.

Copyright 2005 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Pugs itself.