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
- Host: GitHub
- URL: https://github.com/segfaultax/clojure-resources
- Owner: SegFaultAX
- Created: 2013-07-19T05:11:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T00:03:40.000Z (over 8 years ago)
- Last Synced: 2025-04-09T01:17:36.666Z (12 months ago)
- Size: 1.95 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)