Add Clojure by Example (#2593)

* Add Clojure by Example

It's an example-based alternative to reading a long, in-depth book.

* Fix alphabetic order from last commit

Clojure section addition in wrong position.

* Add author to clojure by example
This commit is contained in:
Javed Mohamed 2017-10-17 22:15:49 -05:00 committed by eshellman
parent 723acd3520
commit eba83d6850
1 changed files with 1 additions and 0 deletions

View File

@ -942,6 +942,7 @@
* [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) - R. Mark Volkmann
* [Clojure by Example](https://kimh.github.io/clojure-by-example/) - Hirokuni Kim
* [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)