forked from stuarthalloway/programming-clojure
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
22 lines (15 loc) · 707 Bytes
/
README
File metadata and controls
22 lines (15 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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