I did find this very good 30 min introduction to Clojure by Rich Hickey (the creator): Clojure, A Dynamic Programming Language for the JVM. Getting started is also a good place to start. Clojure is a Lisp dialect running on the Java Virtual Machine. It is a functional language (good match for concurrent programming: not need for locks), but is has thread-safe mutable references to objects (dynamic vars). Clojure provides easy access to the Java frameworks (you can access Java from Clojure, and Clojure from Java). [via]
Page status: draft |
Last updated: March 23, 2009
Number of visits: 0
| 2024-11-07: 1/1