From eba83d6850615a5ad052162fe42eb9b177ab4389 Mon Sep 17 00:00:00 2001 From: Javed Mohamed Date: Tue, 17 Oct 2017 22:15:49 -0500 Subject: [PATCH] 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 --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b7b6525f..055b2e88 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -942,6 +942,7 @@ * [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) - 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)