Hacker News new | past | comments | ask | show | jobs | submit login

And in Clojure, all commas everywhere are whitespace. You can use them, or not use them, even on single line expressions.

(list a b c) == (list a, b, c) == (list a b, c)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: