pegthing icon indicating copy to clipboard operation
pegthing copied to clipboard

Issues when working with Clojure for the Brave and True

Open NateChat42 opened this issue 4 years ago • 0 comments

I've been following along with the book Clojure for the Brave and True and I've noticed a few issues. In the book examples, (require) is used, when it should be (:require).

Additionally, some of the functions are referred to in the book, but their code is not shown in the book itself (e.g. colorize, strings-as-characters, etc.) Perhaps the tutorial is meant to go along with the code repo (which does work), but I was trying to build it from scratch using only the examples in the book and I couldn't get it to compile without downloading this repo and changing certain things and copying over the missing functions.

NateChat42 avatar May 04 '20 17:05 NateChat42