Skip to content

Instantly share code, notes, and snippets.

@masak
Created March 14, 2009 10:49
$ perl6 -e 'eval($cmd).perl.say while my $cmd = prompt("pow> ")'
pow> int [~] reverse split "", [*] 1..4
42
pow> [~] sort 'otoW'.split: ''
"Woot"
pow>
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment