Прув ов концептhttp://paste.lisp.org/display/89970
(defcurried add-three (x y z) (+ x y z)) (def add-two (add-three 0)) (def inc (add-two 1)) (inc 9) ;; => 10 (add-three 1 2 3) ;; => 6
(6 comments) - (Post a new comment)
(Reply to this) (Thread)
(Reply to this) (Parent)
(Reply to this)