3 lines
62 B
Clojure
3 lines
62 B
Clojure
|
|
(defn Y [f]
|
||
|
|
(#(% %) #(f (fn [& args] (apply (% %) args)))))
|