public
Description: Port of Practical Common Lisp samples to Clojure
Homepage: http://blog.thinkrelevance.com
Clone URL: git://github.com/stuarthalloway/practical-cl-clojure.git
name age message
file LICENSE Mon Sep 15 11:46:11 -0700 2008 completed chapter 5 added license and credits [Stuart Halloway]
file PRACTICAL-CL-LICENSE Mon Sep 15 11:46:11 -0700 2008 completed chapter 5 added license and credits [Stuart Halloway]
file README Mon Sep 15 11:46:11 -0700 2008 completed chapter 5 added license and credits [Stuart Halloway]
directory pcl/ Wed Sep 24 07:34:45 -0700 2008 updates to various examples 7-11 [Stuart Halloway]
file user.clj Tue Sep 16 15:21:12 -0700 2008 moved up to edge clojure, should now be compati... [Stuart Halloway]
PRACTICAL-CL-CLOJURE
----------------------
A port of selected examples from Practical Common 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 Practical Common Lisp. It's great. Buy a copy.
http://gigamonkeys.com/book/


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


LICENSES
----------------------
Practical-cl-clojure is licensed under an MIT license, 
see LICENSE.

Peter Seibel, the author of Practical Common Lisp, wrote all
the code that inspired this port. The original is available at
http://gigamonkeys.com, and I have reproduced that license 
and copyright in PRACTICAL-CL-LICENSE.

Stuart Halloway
stu@thinkrelevance.com