An open API service indexing awesome lists of open source software.

https://github.com/segfaultax/clojure-resources

Collection of resources for learning Clojure and ClojureScript
https://github.com/segfaultax/clojure-resources

Last synced: 14 days ago
JSON representation

Collection of resources for learning Clojure and ClojureScript

Awesome Lists containing this project

README

          

# Clojure Resources

## Clojure

### Official

* [Homepage](http://clojure.org/)
* [Documentation](http://clojure.org/documentation)
* [Github](https://github.com/clojure/clojure)
* [Blog](http://clojure.com/blog/)
* [JIRA/Issue Tracker](http://dev.clojure.org/jira/browse/CLJ)
* [Mailing List](https://groups.google.com/forum/#!forum/clojure)
* IRC: irc.freenode.net #clojure

### Books

* [Clojure Programming](http://www.clojurebook.com/)
* [Joy of Clojure](http://joyofclojure.com/)
* [Programming Clojure](http://pragprog.com/book/shcloj2/programming-clojure)

### Reference

* [Clojure Doc](http://clojure-doc.org/)
* [Clojuredocs](http://clojuredocs.org/)

### Learning Resources

* [4clojure](http://www.4clojure.com/)
* [Try Clojure](http://tryclj.com/)
* [Clojurecademy](https://clojurecademy.com)

### Blogs/Articles/Presentations

* [Simple Made Easy](http://www.infoq.com/presentations/Simple-Made-Easy)
* [The Value of Values](http://www.infoq.com/presentations/Value-Values)

## ClojureScript

### Official

* [Github](https://github.com/clojure/clojurescript)
* [Wiki](https://github.com/clojure/clojurescript/wiki)

### Books

* [ClojureScript: Up and Running](http://shop.oreilly.com/product/0636920025139.do)

### Learning Resources

* [Modern CLJS](https://github.com/magomimmo/modern-cljs)