Things that mostly work in Rakudo Perl (Aug 2008)
- classes, roles, objects, subsets, enum
- generic types
- List, Array, Hash, Bool, Int, Num, Str
- Pair, Complex, Range, IO, Junction
- method calls
- regexes and simple smart-matching
- try blocks, 'die' exceptions
- lexical and package scoped variables
- BEGIN, END blocks
- junctions
- return statement