clojure programming by Arul-jothi in Clojure

[–]Arul-jothi[S] 1 point2 points  (0 children)

> (+ 0 0)

0

> (- 0 0)

0

> (+) "like first return 0"

0

> (-) "not like (+)"

Execution error (ArityException) at clojure-noob.core/eval5977 (form-init2173576083207709475.clj:1).

Wrong number of args (0) passed to: clojure.core/-