public
Description: Slowly converting onlisp examples
Homepage: http://blog.thinkrelevance.com/tags/clojure
Clone URL: git://github.com/stuarthalloway/onlisp-clojure.git
Wed Dec 17 10:38:55 -0800 2008
commit  7fe0c2239fea90b0e3c0f3d537a3269a223e6f65
tree    450fcdf4667a68b429e7b84d41b9ee3e993a22c2
parent  de84c3c072bbc20daa1e4e1d88b0231076c52a0f
name age message
file LICENSE Fri Dec 12 10:27:18 -0800 2008 license and readme [stuarthalloway]
file README Fri Dec 12 10:27:18 -0800 2008 license and readme [stuarthalloway]
directory ol/ Loading commit data...
README
ONLISP-CLOJURE
----------------------
A port of selected examples from _On Lisp_ to Clojure.
The purpose of this port is to explore the intersection between
Lisp and Clojure's signature features: access to the JVM and a 
functional programming style base on immutable collections.


WHAT YOU SHOULD DO FIRST
------------------------
Read _On Lisp_. It's great. Buy a copy.
http://www.paulgraham.com/onlisp.html

THEN...
----------------------
Get yourself some Clojure (http://clojure.org) and take 
a look at the code in this project.

Stuart Halloway
stu@thinkrelevance.com