Name: Anonymous 2011-05-19 18:57
Significant white space. Why do you hate it so much? I'm quite happy that languages like python exist. I can't read 75% of the source code out there because it's so badly styled. Code in python.
f 3 + 5 should be interpreted as f(3)+5 and that f 3+5 should be interpreted as f(3+5).