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 (10 December 2010) ► An example of using
trampoline. - Exploring Clojure Memoization by (24 February 2013) ► A simple and clear introduction to
memoize. - Uncle Bob Martin presents Clojure (Chicago Java Users Group 2013-10-16 Meetup) by (15 October 2013) ► An introduction.
- Zach Oakes - Making Games at Runtime with Clojure↓ by (21 November 2014) ► A rationale for using Clojure to program games and a short introduction to play-clj.
- Clojure is boring by (6 October 2016) ► Some marketing writing explaining that Clojure can be used for real world applications.
- Assimilating with Clojure by (24 October 2016) ► A Common LISPer gets convinced by Clojure.
- Trampolining through mutual recursion with Clojure by (10 December 2010) ► An example of using