-
Notifications
You must be signed in to change notification settings - Fork 138
/
LICENSE
32 lines (21 loc) · 1.05 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Sample Code for Programming Clojure
http://www.pragprog.com/titles/shcloj/programming-clojure
Copyright 2008-2010 Stuart Halloway. All rights reserved.
# Getting Started
This (master) branch of the repository has all the files as referenced
from the book Programming Clojure. All the necessary libraries are
already installed. You should be able to start a REPL with:
* `bin/repl.sh` (Unix, Mac)
* `bin\repl.bat` (Windows)
# Want more Clojure Practice?
[Labrepl](http://github.com/relevance/labrepl) is a free, open-source environment
for exploring the Clojure language. It includes:
* a web application that presents a set of lab exercises with
step-by-step instructions
* an interactive repl for working with the lab exercises
* solutions with passing tests
* up-to-date versions of Clojure, contrib, incanter, compojure and other libraries to explore
# Want Training?
Rich Hickey, the creator of Clojure, and Stuart Halloway, the author
of Programming Clojure, provide Clojure training through the
[Pragmatic Studio](http://pragmaticstudio.com/clojure).