Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clojure projects worth reading? [closed]

Tags:

clojure

The best way to learn a new language is reading well structured and well documented projects that use the language constructions in the proper way.

What are the best clojure repos to read and learn from them?

like image 747
fuzzyalej Avatar asked Jun 05 '14 08:06

fuzzyalej


Video Answer


2 Answers

  1. Clojure itself.
  2. Clojure in Small Pieces: Clojure 1.2 as a literate program.

There's lots of advice here and here.

Thereafter, I would follow your nose. Find the stuff you are interested in: if it's good, enjoy it. If it's bad, do it better!

Be warned: Clojure is seriously addictive.

like image 115
Thumbnail Avatar answered Oct 24 '22 07:10

Thumbnail


I often read https://github.com/aphyr (in particular https://github.com/aphyr/riemann). He writes a lot of Clojure and it's very often well documented and organized.

Others I crib from liberally:

  • https://github.com/ztellman
  • https://github.com/ring-clojure/ring
like image 44
overthink Avatar answered Oct 24 '22 08:10

overthink