forked from perl6/Pugs.hs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (19 loc) · 878 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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!
鳳