http://qs1969.pair.com?node_id=368665


in reply to Your favourite gory detail...

My favourite detail must be the way -p and -n are handled. My least favourite detail is the significant whitespace in perl6:
print sqrt (9) + 7; # prints 4. print sqrt(9) + 7; # prints 10.

Abigail