brave-clojure-web icon indicating copy to clipboard operation
brave-clojure-web copied to clipboard

Chapter 7: (read-string ("+"))

Open boolpath opened this issue 5 years ago • 0 comments

This line: https://github.com/flyingmachine/brave-clojure-web/blob/master/content/cftbat/read-and-eval.html#L238

Extra parens around "+":

(read-string ("+"))
; => +

Instead, it should be:

(read-string "+")
; => +

Amazing chapter! And very useful tree images.

boolpath avatar Oct 28 '20 00:10 boolpath