Y
Hacker News
new
|
ask
|
show
|
jobs
by
logistark
2452 days ago
I think first class support would remove a lot of boilerplate in that code. For the purpose of writing that, i prefer to write it directly in Java.
1 comments
keymone
2452 days ago
Why wouldn’t you prefer writing it directly in Clojure?
(map #(* % 2) [1 2 3 4 5])
Even less boilerplate, even more signal/noise.
link