In Scheme it's possible to curry a function using the curry procedure: (define (add x y) (+ x y)) (add 1 2) ... clojure,lisp,scheme,common-lisp,currying.
確定! 回上一頁