-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
In Chapter 8, when explaining unquote splicing you change the macro arguments from 2 arguments to using a map and keywords. The example that follows is then incorrect (and doesn't run in my REPL)
https://github.com/braveclojure/cftbat-code/blob/master/08/code.clj#L231
This line should read instead
(code-critic {:good (1 + 1) :bad (+ 1 1)})
As far as I understand the argument change is unrelated to the unquote splicing and just makes things more confusing. Please correct me if I'm wrong :)
Thanks for the great book. I'm enjoying it a lot
adql and randallard
Metadata
Metadata
Assignees
Labels
No labels