GUILE
Clojure
Articles and videos
- CLOS, Eiffel, and Sather: A Comparison by and (1991) ► The title says it all.
-
Clojure
-
Trampolining through mutual recursion with Clojure by (December 10th, 2010) ► An example of using
trampoline
. -
Exploring Clojure Memoization by (February 24th, 2013) ► A simple and clear introduction to
memoize
. - Uncle Bob Martin presents Clojure (Chicago Java Users Group 2013-10-16 Meetup) by (October 15th, 2013) ► An introduction.
- Zach Oakes - Making Games at Runtime with Clojure↓ by (November 21st, 2014) ► A rational for using Clojure to program games and a short introduction to play-clj.
- Clojure is boring by (October 6th, 2016) ► Some marketing writing explaining that Clojure can be used for real world applications.
- Assimilating with Clojure by (October 24th, 2016) ► A Common LISPer gets convinced by Clojure.
-
Trampolining through mutual recursion with Clojure by (December 10th, 2010) ► An example of using