Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arohner
on May 13, 2010
|
parent
|
context
|
favorite
| on:
ALL code is ugly
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:
(list a b c) == (list a, b, c) == (list a b, c)