Y
Hacker News
new
|
ask
|
show
|
jobs
by
tanaypingalkar
1853 days ago
(I just don't understand this bracket)
1 comments
nickik
1853 days ago
its(not, that, hard)
link
tanaypingalkar
1852 days ago
but why clojure have this, reason? i am not criticizing it but i just want to know why clojure take this decision.
link
fnordsensei
1852 days ago
The syntax becomes small, predictable and, crucially, is in itself a data structure. This means that everything composes in the same way, without special cases, and it lends itself well to meta programming when necessary.
link
tanaypingalkar
1852 days ago
isnt it why clojure is called clojure I guess. That the reader can take closure look of there code.
link