└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # clojure-learning-resources 2 | ========================== 3 | 4 | ### A list of Clojure projects which have tags that indicate novice Clojurists could contribute to them. - 5 | Leif Poorman (leif.poorman@gmail.com) 6 | 7 | * (["https://github.com/LightTable/LightTable" #{"starter"}] 8 | * ["https://github.com/technomancy/leiningen" #{"usability" "docs" "Newbie"}] 9 | * ["https://github.com/weavejester/compojure" #{"easy" "trivial"}] 10 | * ["https://github.com/swannodette/om" #{"trivial" "example" "minor"}] 11 | * ["https://github.com/overtone/overtone" #{"newbie"}] 12 | * ["https://github.com/nathanmarz/cascalog" #{"newbies"}] 13 | * ["https://github.com/marick/Midje" #{"cleanup" "ripe-for-new-contributor" "better-error-msgs" "documentation"}] 14 | * ["https://github.com/cemerick/friend" #{"doc"}] 15 | * ["https://github.com/pallet/pallet" #{"Documentation" "Newbie"}] 16 | * ["https://github.com/brentonashworth/one" #{"sample application"}] 17 | * ["https://github.com/clojure-liberator/liberator" #{"documentation"}] 18 | * ["https://github.com/emezeske/lein-cljsbuild" #{"Documentation"}] 19 | * ["https://github.com/relevance/labrepl" #{"documentation"}] 20 | * ["https://github.com/gdeer81/marginalia" #{"cleanup" "docs"}] 21 | * ["https://github.com/semperos/clj-webdriver" #{"documentation"}] 22 | * ["https://github.com/michaelklishin/monger" #{"documentation"}] 23 | * ["https://github.com/xsc/lein-ancient" #{"better error message"}] 24 | * ["https://github.com/neotyk/http.async.client" #{"Docs"}] 25 | * ["https://github.com/ato/clojars-web" #{"cleanup"}] 26 | * ["https://github.com/clojurewerkz/elastisch" #{"low-hanging fruit" "usability" "documentation"}] 27 | * ["https://github.com/michaelklishin/langohr" #{"documentation"}] 28 | * ["https://github.com/michaelklishin/validateur" #{"documentation"}] 29 | * ["https://github.com/cemerick/clojurescript.test" #{"documentation"}] 30 | * ["https://github.com/sonian/carica" #{"documentation"}] 31 | * ["https://github.com/michaelklishin/neocons" #{"usability" "documentation"}] 32 | * ["https://github.com/michaelklishin/quartzite" #{"documentation"}] 33 | * ["https://github.com/cfpb/qu" #{"docs"}] 34 | * ["https://github.com/michaelklishin/welle" #{"documentation"}] 35 | * ["https://github.com/abedra/accession" #{"Documentation"}] 36 | * ["https://github.com/Raynes/irclj" #{"documentation"}] 37 | * ["https://github.com/aaronfeng/trixx" #{"bitesize"}] 38 | * ["https://github.com/gameclosure/hermes" #{"documentation"}] 39 | * ["https://github.com/wri/forma-clj" #{"cleanup"}] 40 | * ["https://github.com/cgmartin/clj-wamp" #{"docs"}] 41 | * ["https://github.com/clojure/clojure" #{"newbie"}] ;; JIRA: http://dev.clojure.org/jira/browse/CLJ 42 | * ["https://github.com/MichaelDrogalis/onyx" #{"newbie"}]) ;; About a week ago, I open sourced Onyx, a new distributed computation platform. I've been looking for help from developers of all skill levels, though I have 3 or 4 open tasks particularly well suited to someone with intermediate skills. Contact me at madrush131@gmail.com. 43 | 44 | 45 | 46 | ### If you have other resources, send me a pull request! - Marcus 47 | 48 | --------------------------------------------------------------------------------