|
1 | 1 | # Learning |
2 | 2 |
|
3 | | -Exercism provides exercises and feedback but can be difficult to jump into for those learning Clojure for the first time. |
4 | | - |
5 | | -These resources can help you get started: |
| 3 | +Exercism provides exercises and feedback but can be difficult to jump into for those learning Clojure for the first time. The following resources can help you get started. |
6 | 4 |
|
7 | 5 | ## References |
| 6 | + |
8 | 7 | - [Clojure.org](http://clojure.org) The official language website. |
9 | | -- [ClojureDocs](https://clojuredocs.org) A repository of language references and examples by function or keyword. |
| 8 | +- [ClojureDocs](https://clojuredocs.org) Documentation and community-driven examples repository. |
| 9 | +- [Clojure-doc](https://clojure-doc.org) Community-driven documentation. |
10 | 10 |
|
11 | | -## Exercises and Tutorials |
12 | | -- [4Clojure](https://4clojure.oxal.org/) A resource to help fledgling clojurians learn the language through interactive problems. |
13 | | -- [4bb](https://github.com/porkostomus/4bb) Run 4clojure problems with babashka right from your shell. |
14 | | -- [Calva - Get Started with Clojure](https://calva.io/get-started-with-clojure/) A zero-install, interactive guide to get you started with Clojure using Calva and VS Code (via Gitpod) |
15 | | -- [Wonderland Clojure Katas](https://github.com/gigasquid/wonderland-clojure-katas) Clojure Katas inspired by Alice in Wonderland. |
16 | | -- [Parens of the Dead](http://www.parens-of-the-dead.com) A screencast series of zombie-themed games written with Clojure and ClojureScript. |
17 | | -- [Clojure Koans](http://clojurekoans.com) ([online](http://clojurescriptkoans.com)) Exercises meant to initiate you to the mysteries of the Clojure language. |
| 11 | +## Exercises |
18 | 12 |
|
19 | | -## Community |
20 | | -- [ClojureBridge](http://www.clojurebridge.org) Aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women. |
21 | | -- [Planet Clojure](http://planet.clojure.in) Clojure blog aggregator. |
22 | | -- [Practicalli](https://practical.li/) Getting started with Clojure programming via YouTube broadcasts, screencasts and books. |
| 13 | +- [4Clojure](https://4clojure.oxal.org) A resource to help fledgling clojurians learn the language through interactive problems. |
| 14 | +- [Clojure Koans](http://clojurekoans.com) Exercises meant to initiate you to the mysteries of the Clojure language. |
23 | 15 |
|
24 | 16 | ## Books |
25 | | -- [Living Clojure](http://shop.oreilly.com/product/0636920034292.do) by Carin Meier |
26 | | -- [Clojure for the Brave and True](http://www.braveclojure.com) by Daniel Higginbotham |
| 17 | + |
| 18 | +- [Clojure for the Brave and True](http://www.braveclojure.com) A free book by Daniel Higginbotham |
27 | 19 | - [The Joy of Clojure](https://www.manning.com/books/the-joy-of-clojure-second-edition) by Michael Fogus and Chris Houser |
28 | | -- [Clojure Applied](https://pragprog.com/book/vmclojeco/clojure-applied) by Ben Vandgrift and Alex Miller |
| 20 | +- [Programming Clojure](https://pragprog.com/titles/shcloj3/programming-clojure-third-edition/) by Alex Miller |
0 commit comments