We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.