Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
moomin
on May 19, 2014
|
parent
|
context
|
favorite
| on:
The Weird and Wonderful Characters of Clojure
Obviously, bear in mind that (comp foo second) may be preferable.
weavejester
on May 19, 2014
[–]
Slightly different use-case, as:
(comp foo second)
Is equivalent to:
(fn [[_ x]] (foo x))
Not:
(fn [_ x] (foo x))
ar7hur
on May 19, 2014
|
parent
[–]
+1.
How about:
(comp foo second list)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: