public
Description: Sample code for the book
Homepage: http://www.pragprog.com/titles/shcloj/programming-clojure
Clone URL: git://github.com/stuarthalloway/programming-clojure.git
Fri Jun 19 07:12:11 -0700 2009
commit  b21db846ce39f1499221bc329d98bba0ee4fa770
tree    a2296daf614e8d74918f3bc827929fb83862540b
parent  cb0944e31490c0198a1ad2761b08a379fa73f480
name age message
file .gitignore Fri Apr 03 10:30:00 -0700 2009 beta 9! [stuarthalloway]
file LICENSE Mon Dec 08 07:02:19 -0800 2008 initial commit [stuarthalloway]
file README Mon May 18 11:58:15 -0700 2009 tested against Clojure 1.1.0-alpha [stuarthalloway]
file Rakefile Fri Jun 19 07:12:11 -0700 2009 update dependencies - pulling from git - avo... [stuarthalloway]
directory bin/ Fri May 01 09:00:11 -0700 2009 RC0 testing spike [stuarthalloway]
directory classes/ Wed Mar 18 05:02:19 -0700 2009 keeps examples .class files in repos [stuarthalloway]
directory examples/ Fri May 01 10:39:44 -0700 2009 make sure database is available for web steps [stuarthalloway]
directory lancet/ Fri May 01 09:00:11 -0700 2009 RC0 testing spike [stuarthalloway]
directory lib/ Fri Jun 19 07:12:11 -0700 2009 update dependencies - pulling from git - avo... [stuarthalloway]
directory output/ Wed Jan 21 15:07:27 -0800 2009 make sure output directory is in the repos [stuarthalloway]
directory public/ Mon Feb 23 07:48:50 -0800 2009 updated to work with the new laziness improveme... [stuarthalloway]
directory reader/ Fri May 01 09:00:11 -0700 2009 RC0 testing spike [stuarthalloway]
directory snippets/ Mon Feb 23 07:48:50 -0800 2009 updated to work with the new laziness improveme... [stuarthalloway]
file user.clj Tue Dec 30 10:18:23 -0800 2008 added code highlighting refactored book -> exam... [stuarthalloway]
README
Sample Code for Programming Clojure
http://www.pragprog.com/titles/shcloj/programming-clojure

Copyright 2008 Stuart Halloway. 
All rights reserved. 

-------------------------------------------------------------------------------
DEPENDENCIES

This version of the sample code has been tested with:

Clojure SVN revision 1371
svn co -r 1371 http://clojure.googlecode.com/svn/trunk/ clojure    

Clojure-Contrib SVN revision 837:
svn co -r 837 http://clojure-contrib.googlecode.com/svn/trunk/ clojure-contrib     

Compojure GIT commit 78c2d84

-------------------------------------------------------------------------------
You can run the completed Compojure example with
  bin/snippet-solution.sh complete