Browse Source

Add clojure book, close #47

Victor Felder 12 years ago
parent
commit
8b4dfcf05d
1 changed files with 4 additions and 3 deletions
  1. 4 3
      free-programming-books.md

+ 4 - 3
free-programming-books.md

@@ -320,13 +320,14 @@
 
 
 ###Clojure
 ###Clojure
 
 
-* [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming)
+* [A Brief Beginner’s Guide To Clojure](http://www.unexpected-vortices.com/clojure/brief-beginners-guide/)
 * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html)
 * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html)
-* [Data Sorcery with Clojure](http://data-sorcery.org/contents/)
 * [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
 * [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
-* [Modern cljs](https://github.com/magomimmo/modern-cljs)
 * [Clojure for the Brave and True](http://www.braveclojure.com/)
 * [Clojure for the Brave and True](http://www.braveclojure.com/)
+* [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming)
 * [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
 * [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
+* [Data Sorcery with Clojure](http://data-sorcery.org/contents/)
+* [Modern cljs](https://github.com/magomimmo/modern-cljs)
 
 
 
 
 ###CoffeeScript
 ###CoffeeScript