Hacker News new | ask | show | jobs
by smnplk 3484 days ago
I was thinking about something completely new. I know one can easily (more or less) follow along PCL and do the solutions in Clojure. I just think that Clojure space needs a book like this, with emphasis on practical. I like the practical section in PCL book at the end, where author builds useful little apps and guides you through the thought process. I know about Joy Of Clojure, great book, but it doesn't contain enough toy projects. I think the goal of the book is to help you start thinking functionaly.
2 comments

I'm working on a book covering parallel and concurrent programming in Clojure, with the style of building abstractions before actually using them. On the topic of Joy of Clojure, as far as I could tell, the book is not meant to be an introduction to the language, rather meant to be read once already familiar. It's helped me internalize concepts I'd picked up through usage.
Sounds interesting. Where do you plan to release your book ?
> I know one can easily (more or less) follow along PCL and do the solutions in Clojure.

Maybe for the first chapter or two, certainly not most of the book. They're very fundamentally different languages.