#2,934 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Programming Clojure

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of Programming Clojure. Here are the top ones.

Programming Clojure
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Weight1.118 Pounds
Width0.9 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Programming Clojure:

u/ToasterImp ยท 3 pointsr/Clojure

I've never read Joy of Closure, but the book that really helped me was Programming Clojure by Stuart Halloway. That book helped me get up and running with the basics of Clojure pretty quickly.

DiomedesTydeus gives excellent advice on how to introduce Clojure into the workplace and I'd wholeheartedly recommend his approach. It's close to the path I took when introducing Clojure into my current job, and I was able to have a good deal of success using many of the techniques he mentions.

One thing I'll add that may be of use to you is this: When I introduced Clojure to my workplace I back doored it by creating a ton of useful utilities that could run via an executable jar or script. When people asked for changes or information on how to add a particular feature, I went into full evangelism mode walking them through the REPL, etc. explaining how simple it was to test their ideas before writing a line of code. Within weeks the Stash repositories for my utilities had a large number of pull requests from my peers with lots of useful updates. Not long after that I was asked to do a presentation to our architectural review board on web development in Clojure. Since then our management has bought into Clojure now that they see how it allows us to complete work faster and knowledge transfer amongst new team members is quicker since the code is easier to understand. Now we're using it for small projects and with every success the resistance to the language across the firm drops.

u/raghar ยท 1 pointr/learnprogramming

I learnt from this book: Programming Clojure. At a time it looked too simplistic but perhaps it was because language itself is very simple (despite being very deep and powerful).