public
Description: Slowly converting onlisp examples
Homepage: http://blog.thinkrelevance.com/tags/clojure
Clone URL: git://github.com/stuarthalloway/onlisp-clojure.git
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/ Sat Dec 20 18:08:29 -0800 2008 chapter 10 examples [stuarthalloway]
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