1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-22 03:25:09 +00:00

[en] Sorting Clojure section

This commit is contained in:
Espartaco Palma 2014-04-22 11:16:49 -05:00
parent ec0748a82d
commit 96e3c984f0

View File

@ -683,6 +683,7 @@
###Clojure
* [A Brief Beginners 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 Cheat Sheet](http://clojure.org/cheatsheet)
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
* [Clojure for the Brave and True](http://www.braveclojure.com/)
* [Clojure in Small Pieces](http://daly.axiom-developer.org/clojure.pdf) - Rich Hickey
@ -692,7 +693,6 @@
* [Data Sorcery with Clojure](http://data-sorcery.org/contents/)
* [Modern cljs](https://github.com/magomimmo/modern-cljs)
* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
* [Clojure Cheat Sheet](http://clojure.org/cheatsheet)
###COBOL