The Pugs project aimed to bootstrap Perl 6 by implementing the full Perl 6 specification, as detailed in the Synopses. It is written in Haskell, specifically targeting the Glasgow Haskell Compiler.
Pugs includes two main executables:
Pugs is free and open-source software, distributable under the terms of either the GNU General Public License or the Artistic License.2 These are the same terms as Perl.
The major/minor version numbers of Pugs converge to 2π (being reminiscent of TeX and Metafont, which use a similar scheme); each significant digit in the minor version represents a successfully completed milestone. The third digit is incremented for each release. The current milestones are:
As of version 6.2.6, Pugs also has the ability to embed Perl 5 and use CPAN modules installed on the system. The example below demonstrates the use of the popular Perl DBI module to manage a database:
Several factors have been suggested as reasons for Pugs's progress:
Despite these factors, progress on the Haskell implementation stalled in late 2006, as personal issues kept Audrey from devoting as much time to the project as she had in 2005.
Many Pugs contributors have since moved on to implement Perl6-inspired systems as CPAN modules on Perl 5, such as the Moose project.
Tang, Audrey (21 April 2010). "How to Implement Perl 6 in '10". Pugs Blogs. /wiki/Audrey_Tang ↩
"Pugs Apocryphon 1". Archived from the original on 5 March 2007. Retrieved 9 March 2007. https://web.archive.org/web/20070305173601/http://svn.pugscode.org/pugs/docs/01Overview.html ↩