Perl6: I want to use this language

chip on 2005-03-28T21:39:22

Writing Perl6::Subs has given me a glimpse of the power of the dark side. er, I mean, of Perl 6.

sub foo ($x: $i of Int where { $_ > 0 }, Foo +$j is required) { ... }

That kind of power gives a guy motivation to help make it happen.