Hacker News new | ask | show | jobs
by hellofunk 3185 days ago
At first I thought this title was pointing to the quirky symptom of Clojure's default value for the "get" function that allows this statement:

(get get get get)

to be equivalent to this one:

get

as in:

((get get get get) {:a 1} :a)

I was very excited about an article on this topic.