From 8b4dfcf05d0cf1dafa1fd920c83a0c66f952aa4b Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Tue, 15 Oct 2013 13:20:13 +0200 Subject: [PATCH] Add clojure book, close #47 --- free-programming-books.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 4f266e33..05bdfe5a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -320,13 +320,14 @@ ###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) -* [Data Sorcery with Clojure](http://data-sorcery.org/contents/) * [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 Programming](http://en.wikibooks.org/wiki/Clojure_Programming) * [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 -- GitLab