Skip to content

Commit 5a94c59

Browse files
correct license link
1 parent 6c3f8ed commit 5a94c59

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

LICENSE

-1
This file was deleted.

LICENSE

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

0 commit comments

Comments
 (0)