The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl6::Pugs - A Perl6 Implementation

VERSION

This document describes version 6.0.11 of Pugs, released March 14, 2005.

SYNOPSIS

    % pugs -e "{ 'Hello, ', @^x }.('World!').say"
    Hello, World!

DESCRIPTION

Pugs is an implementation of Perl 6, written in Haskell. It aims to support the full Perl6 specification, as detailed in the Synopses.

The Pugs project was started on February 1st 2005. It is under active development on IRC (irc.freenode.net #perl6).

Please read the Pugs Apocrypha in the docs/ directory for more details.

SEE ALSO

The Pugs homepage is at http://pugscode.org/.

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 <pugsbugs@perl.org<gt>.

COPYRIGHT

Copyright 2005 by Autrijus Tang <autrijus@autrijus.org>.

This code is free software; you can redistribute it and/or modify it under the terms of either:

    a) the GNU General Public License, version 2, or
    b) the Artistic License, version 2.0beta5.

For the full license text, please see the GPL-2 and Artistic-2 files under the LICENSE directory in the Pugs distribution.