I'm a software engineer with over 15 years of experience, having worked with C#, ASP.NET and Ruby. "If you are coming from another language like Ruby or Java, you should feel right at home" says the author in the preface, however...
Even though the book has around 220 pages (or 242 if you include the preface and the index), there are actually just 120 pages about Clojure, 30 pages about building web applications with Clojure and about 70 pages with a training plan.
The parts about Clojure are very sparse. I feel that the main challenge a programmer coming from Java or Ruby is not about the syntax, but about the functional programming mindset. There is nothing about that here if you're used to working with objects and now you'd like to work with a FP language like Clojure. In the chapter with lists, maps, vectors and sets there's just one paragraph about immutability but that's about it and the generic examples from Alice in Wonderland aren't helping.
I'm guessing that the author was aiming for something along the lines of "The C Programming Language" book by K&R, which was short and to the point but C was supposed to be a portable assembler, while Clojure aims to be a much higher-level language and I think that trivial examples aren't too useful.
Normally I would dismiss most of my comment due to a possible culture clash. I'm from Eastern Europe and I guess I'm more used to learning things in a specific way, while the storytelling aspect might be more interesting for Western Europe (incidentally, the only other 2-star review here is from somebody that seems to be from Eastern Europe as well). However, I really can't understand why somebody would spend just 10 pages on core.async (for example) and then use 50 pages to print the exact text that you find in the 4Clojure.com problems (and this includes the URL to said problems!). Sure, the training plan is a nice idea but this could have been easily reduced to 2-3 pages, like: "Week 1, Day 1: Problems 3-12, Day 2: Problems 13-18, 35, 36" and so on.
In the end, I'm not really sure which is the actual target audience for this book. I'm guessing that it might be a good option for somebody that read a book or two about Clojure a while ago and wanted to quickly get up to speed. Otherwise, if you're coming from other non-lispy languages, don't expect too much.