|
Perl 6
Pugs: Revision 11
Pugs is an implementation of Perl 6, started by the lovely [Audrey Tang], that ended the long "Dark Ages" of a Perl 6 development without implementation. Its 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 a 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 projects.
^^^ Status Pugs is still usable, but not actively developed. ^^^ Related * [download Pugs] * [Pugs Diagnostics] ^^^ Links * "website"<http://www.pugscode.org/> * "tutorial on programmers heaven"<http://www.programmersheaven.com/2/Perl6-QuickStart> |