Re: reading to learn and acquire the skill of writing optinal Clojure code

2014-09-26 Thread Linus Ericsson
Andy, I would go for quantity over quality here. There's really a lot of libraries but only some applications (where I think LightTable is one of the most polished applications). Don't miss the quite good catalogue http://www.clojure-toolbox.com/ some things are a bit outdated, but it doesn't

Re: reading to learn and acquire the skill of writing optinal Clojure code

2014-09-26 Thread Leon Grapenthin
I highly recommend the clojure.core namespace. On Friday, September 26, 2014 3:41:31 AM UTC+2, Andy Gibraltar wrote: Hi everyone, I am learning Clojure. I finished reading the book Clojure Programming. I think reading the source code of a Clojure project would help me accelerate

Re: reading to learn and acquire the skill of writing optinal Clojure code

2014-09-26 Thread Josh Kamau
This is how i did it. I tried to solve https://www.4clojure.com/ problems and look at corresponding clojure.core functions for solutions. E.g look at this https://www.4clojure.com/problem/21 Note the special restriction (i.e do not use 'nth' function) The solution to that is actually the

reading to learn and acquire the skill of writing optinal Clojure code

2014-09-25 Thread Andy Gibraltar
Hi everyone, I am learning Clojure. I finished reading the book Clojure Programming. I think reading the source code of a Clojure project would help me accelerate acquiring the skill. Which codebase do you think is the most appropriate for a starter. A code base that I can use as a reference,