I'd like to announce the first commit of "pugspc". pugspc is a stand-alone Perl 6 to PIR compiler branched off from Pugs.
My aim with pugspc is not to compete with rakudo but to preserve and maintain the know-how built into Pugs. Currently pugspc passes fewer tests than rakudo, mainly because the PIR builtins are far less complete. But it does support pointy subs :-) Help from lambdacamels would be much appreciated. You can find pugspc under http://svn.pugscode.org/pugs/misc/pugspc You need GHC, the Glasgow Haskell Compiler, v6.8 or higher. Thanks! Wim