[t/spec] Add some new series operator tests.
[pugs.git] / v6 / README
blob45bc97f4d179d8e3b5a87d5aa9af707ddfb66e82
1 'v6' is a Perl 6 compiler written in plain perl6.
3 This is not the perl5 v6-alpha, see perl5/Pugs-Compiler-Perl6 for that.
6 There are currently 3 active subprojects:
8 - v6-MiniPerl6 is a subset of Perl 6 used to bootstrap the full Perl 6.
10 - v6-KindaPerl6 is a full Perl 6 implementation, currently written mostly in MiniPerl6.
12 - smop is a C implementation of the Perl 6 runtime.
14 - ironperl is a C# implementation of a Perl 6 runtime, on the tycho VM
15     <http://code.google.com/p/tycho/> (which is in turn on the Mono VM,
16     Novell's edition of the CLI, the Common Language Infrastructure). 
17     Mono's gmcs compiles the C# to CIL
18     (Common Intermediate Language), and the mono command (JITS and)
19     executes the CIL on the (stack-based) mono VM.
21 Inactive projects are under misc/