Re: taking my clojure game to a higher level

2016-08-21 Thread chia kang ren
r some > time and write it in Clojure. > > On Saturday, August 20, 2016 at 11:59:42 PM UTC-4, chia kang ren wrote: >> >> I started programming with Racket 2 years ago and i decided i want to use >> a Lisp with more libraries at my disposal. So i have made some headway i

Re: taking my clojure game to a higher level

2016-08-21 Thread chia kang ren
I have gotten a copy of the book and am starting to work through it - thanks. I have found https://aphyr.com/tags/Clojure a very good resource as well for more in-depth learning On Sunday, August 21, 2016 at 7:24:39 PM UTC-4, puzzler wrote: > > Sounds like you are ready for this book: > > https:

taking my clojure game to a higher level

2016-08-20 Thread chia kang ren
I started programming with Racket 2 years ago and i decided i want to use a Lisp with more libraries at my disposal. So i have made some headway into Clojure and am familiar with core functions like map, reduce, filter, loop, for, doseq, some, every?, apply. I make use of macros like ->, ->>, ..