Skip to content

fugalh/programming-clojure

This branch is 1 commit ahead of, 8 commits behind stuarthalloway/programming-clojure:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3babe85 · Oct 8, 2013

History

66 Commits
Apr 5, 2012
Apr 5, 2012
Jan 21, 2009
Feb 23, 2009
Apr 5, 2012
Apr 5, 2012
Apr 5, 2012
Jun 7, 2010
Oct 8, 2013
Apr 5, 2012

Repository files navigation

Sample Code for Programming Clojure

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

Important Notice

If you are reading the first edition of the book sure you grab the first-edition branch of this project instead, from

https://github.com/stuarthalloway/programming-clojure/tree/first-edition

The first-edition branch has all the files exactly where the book says they will be.

Getting Started

  • Make sure you have Java installed.
  • Make sure you have leiningen installed.
  • Run lein deps to install all the dependent libraries.
  • Run lein repl to launch a repl.

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

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 92.1%
  • JavaScript 5.5%
  • Java 1.2%
  • CSS 1.2%