|
Perl 6
Pugs: Revision 9
Pugs is an implementation of Perl 6, started by the lovely [Audrey Tang] and written in the purely functionel language Haskell, using the "Glasgow Haskell Compiler"<http://www.haskell.org/ghc/index.html> (GHC). It aims to implement the full Perl6 specification, as detailed in the [Synopses]. It has dual core structure that embeds an Perl 5 interpreter allowing to use "CPAN"<http://cpan.org> modules inside Perl 6. The [test suite] was born as a part of the Pugs adventure as well as [Elf], [Perlito], [KindaPerl6]and many others.
^^^ Links ^^^^ Internal * [download Pugs] * [Pugs Diagnostics] ^^^^ External * "website"<http://www.pugscode.org/> * "tutorial on programmers heaven"<http://www.programmersheaven.com/2/Perl6-QuickStart> |