Links
- Sites Page
- Tutorial
- Talks
- Categorized - functions, macros, special forms
- Atlas
- Clojure & Python, Side by Side
- Very nice!
- blog post
- Clojure, Swank, and Leiningen with Emacs on Linux
- Reading List
- Hammock-driven Development
- Simplicity
- Are We There Yet?
- And lots more
- 4Clojure - Learning by problems
- Dependency Management First-Aid Kit
- Solving the Expression Problem with Clojure 1.2
- Clojure’s Mini-languages
- clojure-py Clojure implemented in pure python.
To Checkout
- pallet library
- it's thread-expr library brings branching in
threaded operations:
for->, when->
, etc.
- it's thread-expr library brings branching in
threaded operations:
- lamina and aleph
- alpeh is complicated and tends to target servers more than clients.
- assoc-in, update-in, seq-utils/index-by
- Storm - Twitters complex event processing system
More Links
Tutorials
- http://github.com/relevance/labrepl (gives a kick in terms of functional thinking, use of higher order functions etc)
- Port of PG's
On Lisp
- http://www.try-clojure.org/
- http://4clojure.com/
- https://github.com/functional-koans/clojure-koans
- Nice to look through clojure/core.clj
Documentation
- http://clojuredocs.org/
- http://en.wikibooks.org/wiki/Clojure_Programming
- http://www.clojureatlas.com/ (Finding functions by browsing the relations of APIs and API-functions is just to nice)
- http://cemerick.com/2011/07/05/flowchart-for-choosing-the-right-clojure-type-definition-form/
- http://clojure.org/cheatsheet
- http://www.clojure-toolbox.com/ (not up-to-date)