winitzki / sofp

A free book: "The Science of Functional Programming"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table 1.2 (Clojure)

jmgimeno opened this issue · comments

The expression for a nameless function in Clojure must be between parentheses, that is: (fn [k] (+ k 1))

Thank you, I will fix it in the next release.