Hacker News new | ask | show | jobs
by masijo 406 days ago
Clojure has this

    user=> (#(println %1 %2) "Hello " "Clojure")
    Hello Clojure