Clojure
Table of Contents
1. Install
brew install clojure/tools/clojure wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -O ~/.bin chmod +x ~/.bin/lein
2. Start
take ~/temp/lein lein new app hello emacsclient hello/project.clj
(cider-jack-in '(:project-dir "~/temp/lein/hello"))
3. Guide
4. Book
- Clojure Web 开发实战
- Clojure Programming Cookbook
- Clojure Reactive Programming
- Clojure Data Structures and Algorithms Cookbook
- Learning ClojureScript
5. Repl
Reload file in repl:
(use 'your.namespace :reload)