Skip to content

Commit 05f6545

Browse files
committed
updating for latest edition
1 parent 5a94c59 commit 05f6545

File tree

300 files changed

+8680
-2199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+8680
-2199
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
/snippet-db.properties
88
/snippet-db.script
99
/tmp.clj
10+
lib/*
11+
.lein-failures
12+
classes/*

README.markdown

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# Sample Code for Programming Clojure
22

3-
http://www.pragprog.com/titles/shcloj/programming-clojure
3+
http://www.pragprog.com/titles/shcloj2/programming-clojure
4+
Copyright 2011 Stuart Halloway and Aaron Bedra. All rights reserved.
45

5-
Copyright 2008-2010 Stuart Halloway. All rights reserved.
6+
# Important Notice
67

7-
# Getting Started
8+
If you are reading the first edition of the book sure you grab the
9+
first-edition branch of this project instead, from
10+
11+
https://github.com/stuarthalloway/programming-clojure/tree/first-edition
812

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:
13+
The first-edition branch has all the files exactly where the book says they
14+
will be.
15+
16+
# Getting Started
1217

13-
* `bin/repl.sh` (Unix, Mac)
14-
* `bin\repl.bat` (Windows)
18+
* Make sure you have Java installed.
19+
* Make sure you have [leiningen](http://github.com/technomancy/leiningen) installed.
20+
* Run `lein deps` to install all the dependent libraries.
21+
* Run `script/repl` to launch a repl.
1522

1623
# Want more Clojure Practice?
1724

@@ -23,10 +30,3 @@ for exploring the Clojure language. It includes:
2330
* an interactive repl for working with the lab exercises
2431
* solutions with passing tests
2532
* 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-

Rakefile

Lines changed: 0 additions & 35 deletions
This file was deleted.

bin/reader-tasklist.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/reader-tasklist.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/repl.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/repl.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/runtests.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/runtests.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/snippet-solution.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)