Live data from Hacker News

The Joy of Clojure, Second Edition – Early Access

manning.com

31–40 of 48 posts

Re: The Joy of Clojure, Second Edition – Early Access

#31

Are mobi/epub versions available yet? From what I could tell, it's only the PDF version?

Normally the Manning books are PDF while the book is pre-release (MEAP), and then after publication the epub/mobi/pdf is released.

Seems like they've had a recent push to do MEAPs in ePub/Mobi as well. Out of the 10 MEAPs I'm following at the moment (addict ;;), eight have full PDF/ePub/Mobi and two are only available as PDF.

Re: The Joy of Clojure, Second Edition – Early Access

#32
post #22
post #18

Earlier quoted context omitted.

Yes, it is DRM-free, just uploaded to my kindle.

Does it look fine in a Kindle with E-ink?

I don't have JoC 2e yet, but I've read several other Manning books (including the first edition of JoC) on my e-ink Kindle and they looked good. You lose a little formatting and sometimes particularly wide tables or code samples get screwed up, but that's the nature of reflowed text and multiple target devices.

Re: The Joy of Clojure, Second Edition – Early Access

#33
post #30
post #29

Earlier quoted context omitted.

Joy of Clojure is about understanding the philosophy of Clojure, and using the language's built-in abstractions in an idiomatic way. It's not really a "first book on Clojure" for someone that doesn't know the language at all, but if you know the basics you can use it to solidify your understanding. Clojure in Action is more of a practical, get-shit-done book. It covers things like databases, web frameworks, TDD and m…

Thank you, that is a helpful description. So for a Clojure noob (like me) it might be better to start with Clojure in Action and then read Joy of Clojure.

Joy of Clojure is worth revisiting after you've gained enough experience to be confident in writing Clojure code.

Re: The Joy of Clojure, Second Edition – Early Access

#34
post #26

Great to see this updated for 1.5. Aside from that and some treatment of clojurescript, are there other updates from the first edition that might push a 1st edition owner to buy this one too?

A couple topics that we plan to cover, besides the 1.5 additions and changes and ClojureScript, are logic programming and data-driven development. We talked a little about the latter in the 1st edition, but it'll be front and center in the 2nd.

Re: The Joy of Clojure, Second Edition – Early Access

#36
post #34
post #26

Great to see this updated for 1.5. Aside from that and some treatment of clojurescript, are there other updates from the first edition that might push a 1st edition owner to buy this one too?

A couple topics that we plan to cover, besides the 1.5 additions and changes and ClojureScript, are logic programming and data-driven development. We talked a little about the latter in the 1st edition, but it'll be front and center in the 2nd.

You had me at 'logic programming' :)

Re: The Joy of Clojure, Second Edition – Early Access

#37
post #10

Hi all, one of the authors here. If you'd like to buy the early access edition then Manning has a 50% off deal today with code dotd0314tw. You have to order it through their website, that can be accessed via http://www.joyofclojure.com/buy even better apparently is the code joc2elaunch50 allowing discounts for a bunch of books

Any additional special deals for folks who own the first edition? Maybe for just the diff ;)

Re: The Joy of Clojure, Second Edition – Early Access

#38
post #20
post #17

Earlier quoted context omitted.

We realize that we're not about to get rich off of this book, so we'd prefer that the coupons disseminate far and wide. :-)

Well, >30$ book prices usually direct me to search reading elsewhere, books under 20$ usually get to my pocket in 5 seconds without hesitating. Glad to be your early reader.

Hi everybody! I'm a, uh, book junkie too. It's been seven days since I last bought. I used to keep myself strung out on Manning Deal of the Day emails to keep the buzz from the last purchase going. But then I discovered that O'Reilly's Safari books online also has Manning... and No Starch Press (the Learn You a Haskell/Erlang guys) in addition to several historically terrible publishers. But with O'Reilly, Manning and No Starch I haven't felt the need to buy. Except for Two Scoops of Django, dammit.

Downsides: no early access (it seems) and no physical books, which I love. But seriously, if you have a habit, it seems like a good deal. I just signed up for the 10 day trial and I'm loving it so far.

Disclaimer: No disclaimer, just a happy habitual book buyer.

Re: The Joy of Clojure, Second Edition – Early Access

#39
post #10

Hi all, one of the authors here. If you'd like to buy the early access edition then Manning has a 50% off deal today with code dotd0314tw. You have to order it through their website, that can be accessed via http://www.joyofclojure.com/buy even better apparently is the code joc2elaunch50 allowing discounts for a bunch of books

Purchased as soon as I received the email from Manning.

fogus, eagerly anticipating the logic programming section. Skip everything else to draft that, of course after the Clojure/West miniKanren conf. Which I am unable to attend (crying softly in my cubicle).

Maybe at lambda jam you or David Nolen will do a workshop on logic programming. Who do I bribe to make this happen?

Re: The Joy of Clojure, Second Edition – Early Access

#40
post #30
post #29

Earlier quoted context omitted.

Joy of Clojure is about understanding the philosophy of Clojure, and using the language's built-in abstractions in an idiomatic way. It's not really a "first book on Clojure" for someone that doesn't know the language at all, but if you know the basics you can use it to solidify your understanding. Clojure in Action is more of a practical, get-shit-done book. It covers things like databases, web frameworks, TDD and m…

Thank you, that is a helpful description. So for a Clojure noob (like me) it might be better to start with Clojure in Action and then read Joy of Clojure.

I started with Clojure about six months ago now and currently use it for all personal projects and day-to-day as part of my course of studies.

I started with Joy of Clojure and found it hard to wrap my head around - it's commonly recommended you read it as your second book on Clojure, and it quickly became apparent to me why :) I jumped over to Clojure Programming and things immediately started to click in a way they'd not with JoC; after a couple thousand more lines of code and a few tens of 4clojure problems, I reread fogus, et al's work and had a much better time of it.

Post reply on HN