Skip to content

calebphillips/programming-clojure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 88.2%
  • JavaScript 9.5%
  • Shell 1.2%
  • Java 1.1%