Added Clojure Distilled link.

This commit is contained in:
Nathan Jones 2015-01-19 17:17:03 -07:00
parent 0b97f2474f
commit 10a97a83b8
1 changed files with 1 additions and 0 deletions

View File

@ -767,6 +767,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
* [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html)
* [Clojure Cheat Sheet](http://clojure.org/cheatsheet)
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
* [Clojure Distilled Beginner Guide](http://yogthos.github.io/ClojureDistilled.html)
* [Clojure for the Brave and True](http://www.braveclojure.com/)
* [Clojure in Small Pieces](http://daly.axiom-developer.org/clojure.pdf) - Rich Hickey
* [Clojure Koans](http://clojurekoans.com/)