|
|
|
|
|
by krat0sprakhar
3794 days ago
|
|
> Clojure example really gives you no information what's happening behind the scenes. I respectfully disagree. Map is almost a universal function and IMO, anyone who knows about map will instantly grok what the Clojure version does. The reason this looks so simple in Clojure is due to the fact that the map function is variadic (as our most other functions in Clj) but that is clearly not magic for any experienced programmer. |
|