Re: tips on writing modern idiomatic code

2016-06-23 Thread Sergey Didenko
Thank you for your answers! That would be interesting to read. On Thu, Jun 23, 2016 at 1:30 AM, Rangel Spasov wrote: > Great book resources, IMO: > > Clojure Programming (Emerick, Carper, Grand; O’Reilly) - book > Clojure Applied (Alex Miller, Ben Vandgrift) - book > > If you understand the maj

Re: tips on writing modern idiomatic code

2016-06-22 Thread Rangel Spasov
Great book resources, IMO: Clojure Programming (Emerick, Carper, Grand; O’Reilly) - book Clojure Applied (Alex Miller, Ben Vandgrift) - book If you understand the majority of what those books say and why, read Zach's Elements of Clojure. General recommendations: - understand why transducers, us

Re: tips on writing modern idiomatic code

2016-06-21 Thread Sean Corfield
On 6/21/16, 5:46 AM, "Sergey Didenko" wrote: > What would you advise for writing-rewriting your Clojure code in MODERN > idiomatic way? It’s a good question and I get the impression that a) it’s constantly evolving as we all gain more experience building large systems with Clojure(Script) and

Re: tips on writing modern idiomatic code

2016-06-21 Thread Leon Grapenthin
https://github.com/bbatsov/clojure-style-guide is a good place to start. On Tuesday, June 21, 2016 at 2:46:22 PM UTC+2, Sergey Didenko wrote: > > Hi, > > What would you advise for writing-rewriting your Clojure code in MODERN > idiomatic way? > > Using Kibit? > > Pasting your code samples on som

tips on writing modern idiomatic code

2016-06-21 Thread Sergey Didenko
Hi, What would you advise for writing-rewriting your Clojure code in MODERN idiomatic way? Using Kibit? Pasting your code samples on some review site? Asking help in IRC channel? Asking here? Reading some noticeable open source projects? Reading some new Clojure book? I ask about the latest