-
Notifications
You must be signed in to change notification settings - Fork 1
tmeits/99-clojure-exercises
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# 99-clojure-exercises C-99: Ninety-Nine Clojure Problems ## Install Java + lein $ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" $ sudo apt-get update $ sudo apt-get install sun-java6-jdk $ sudo apt-get install ant $ sudo su # cd /bin # wget https://github.com/technomancy/leiningen/raw/stable/bin/lein # chmod +x lein # exit $ lein self-install ## Usage EMACS REPL cd git clone git://github.com/tmeits/99-clojure-exercises.git cd 99-clojure-exercises emacs C-x C-f *.clj M-x clojure-jack-in C-x b *slime-repl clojure* or C-x b *.clj ## Usage Console cd git clone git://github.com/tmeits/99-clojure-exercises.git cd 99-clojure-exercises java -cp src:lib/clojure-1.2.1.jar clojure.main ## Usage lein cd git clone git://github.com/tmeits/99-clojure-exercises.git cd 99-clojure-exercises lein repl ## Usage Emacs Shell M-x shell ## License Copyright (C) 2011 tmeits Distributed under the Eclipse Public License, the same as Clojure.
About
C-99: Ninety-Nine Clojure Problems
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published