-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddc99ce
commit d2c10be
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Clojure for the Brave and True Code | ||
|
||
This contains all the code examples from the book Clojure for the | ||
Brave and True, which you can read at http://braveclojure.com. It's | ||
organized by chapter, with the `01` directory corresponding to chapter | ||
1, `02` chapter 2 - you get the idea. Each directory has its own | ||
Brave and True, which you can read at http://braveclojure.com. Also check | ||
out the print version at https://nostarch.com/clojure! | ||
|
||
This repo is organized by chapter, with the `01` directory corresponding to | ||
chapter 1, `02` chapter 2 - you get the idea. Each directory has its own | ||
README with additional notes. | ||
|
||
Have fun! |