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
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
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
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