This book is made of notes from someone that are exploring and learning Clojure. This approach is interesting as it allows learning through the reading, but there are many gaps in the content. My analysis (As of Feb 2024 - Amazon Kindle Version)
Pros
- Straightforward book direct to the concepts
- Code examples for readers play around
- Exercises to get used on the topics
- Many of the examples are based on REPL experimentation
Cons
- Book feel little raw, with side notes and things to explain that is left open (e. g., do not bother with that, see it later) and a few is not explained at all (e. g., spec section)
- There are many typos on the book, an automatic grammar check or share with some peers before release would get spot them
- Some outputs of REPL are not showing or are different from book
- There are some mismatches between code on text, and code on the examples (e. g., regex section)