brave-clojure-web
brave-clojure-web copied to clipboard
The core.async chapter has the following sentence when explaining how buffers work: > With a dropping buffer, he’d just knock the freshest batch off of the shelf and put his...
(Online version of the book) When I do: ``` M-x cider-jack-in ``` I get a horizontally split frame, and from there I can't figure out how to get a vertically...
`slurp` has been used before, and isn't pure: `(slurp "file.txt")` depends on the contents of `file.txt`. Thanks for the great book :)
In Chapter 8, right before **Things to Watch Out For** there is a macro **code-critic** which uses keyword arguments. However the example call of **code-critic** does not pass a map,...
When the z-index is set to 1, the user can't click on the tweet button.
Nothing big, just missing word. Amazing book.
pg. 182 under if-valid: Step 3 should read: "If there weren't" instead of "If there were"
pg. 175 in ```defmacro code-critic```: argument vector should be: ```[bad good]``` instead of: ```[{:keys [good bad]}]```
infix parens result in `java.lang.ClassCastException: java.lang.String cannot be cast to clojure.lang.IFn`