Hacker News new | ask | show | jobs
by boondaburrah 1739 days ago
for clojure there's

    #(f %)
or

    (fn [x] (f x))