o-fun / Pugs.hs

Perl6 User's Golfing System in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository hosts a Haskell-based implementation of Perl 6.

Currently, the Pugs.hs project exists mainly for historical/archival purposes,
not for active development. (Forks are, of course, very much welcome.)

For a host of active implementations of the Perl 6 Language, please refer to
this website:

    http://perl6.org/

---

Pugs.hs is known to build with GHC 6.10 through GHC 7.2.1, preferably with the
Haskell Platform:

    http://hackage.haskell.org/platform/

One can directly install it with the standard Cabal/Hackage system:

    cabal install Pugs

Please refer to the INSTALL file for further details.

---

The goal during this hiatus is to continue maintaining Pugs.hs, so it remains
installable with current and future editions of the Haskell Platform, and
interoperable with current and future releases of the Perl 5 Language. :-)

Share and Enjoy!
鳳

About

Perl6 User's Golfing System in Haskell