Re: Resources for intermediate/not-absolute-beginner Clojurians

2014-08-31 Thread Vladimir Bokov
Great idea Alex! I'll be waiting for the book воскресенье, 31 августа 2014 г., 1:58:18 UTC+7 пользователь Alex Miller написал: > > Hi Sam, > > I am working on a book for Pragmatic Programmers with Ben Vandgrift called > "Clojure Applied" that is target specifically at people like yourself. Our

Re: Resources for intermediate/not-absolute-beginner Clojurians

2014-08-30 Thread Alex Miller
Hi Sam, I am working on a book for Pragmatic Programmers with Ben Vandgrift called "Clojure Applied" that is target specifically at people like yourself. Our goal is to bridge the gap between knowing the syntax and basics of the language to knowing how to apply it in building applications. The

Re: Resources for intermediate/not-absolute-beginner Clojurians

2014-08-30 Thread Gary Trakhman
Eventually you'll have to come around to reading implementations. The Joy of Clojure is a very thoughtful book, but lib authors aren't going to go through the same amount of trouble. Reading code gets easier and rewards faster the more you do it. On Saturday, August 30, 2014, Christopher Small

Re: Resources for intermediate/not-absolute-beginner Clojurians

2014-08-30 Thread Christopher Small
+1 for JOC. It's a fantastic book. Chris On Friday, August 29, 2014 6:28:25 PM UTC-7, Paul L. Snyder wrote: > > On Fri, 29 Aug 2014, Sam Raker wrote: > > > I'm just not sure what to do at this point in my Clojure learning > > experience. I've probably written a few thousand lines of Clojure at

Re: Resources for intermediate/not-absolute-beginner Clojurians

2014-08-29 Thread Paul L. Snyder
On Fri, 29 Aug 2014, Sam Raker wrote: > I'm just not sure what to do at this point in my Clojure learning > experience. I've probably written a few thousand lines of Clojure at this > point, but I'm not sure that I'm doing things "right:" I don't know if my > code is efficient, or even idiomati