Skip to content

Commit e3e1f4b

Browse files
authored
Update website docs (learning, resources) (#858)
* update learning.md * update resources.md * update learning.md * remove Calva tutorial as it's already mentioned in the installation.md
1 parent 3f1d595 commit e3e1f4b

File tree

2 files changed

+20
-25
lines changed

2 files changed

+20
-25
lines changed

docs/LEARNING.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
# Learning
22

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.
64

75
## References
6+
87
- [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.
1010

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
1812

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.
2315

2416
## 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
2719
- [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

docs/RESOURCES.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Resources
22

3-
## Recommended Learning Resources
4-
There are some great resources available to help you get started
5-
learning Clojure; here is a short list.
6-
- [Learn Clojure](http://learn-clojure.com/)
7-
- [Clojure Docs](https://clojuredocs.org/)
8-
- [Brave Clojure](http://www.braveclojure.com/)
9-
- [4Clojure](https://4clojure.oxal.org/)
3+
There are numerous valuable resources for Clojure, and the official Clojure website offers a [broad selection](https://clojure.org/community/resources).
4+
5+
Here's a short list of commonly used ones to get you started:
6+
7+
## Community & Support
8+
9+
- [Ask Clojure](https://ask.clojure.org/) Official forum for Clojure Q & A.
10+
- [/r/clojure](https://www.reddit.com/r/clojure) is the Clojure subreddit.
11+
- [StackOverflow](http://stackoverflow.com/questions/tagged/clojure) StackOverflow questions about Clojure.
12+
- [Clojureverse](https://clojureverse.org/) Friendly and inclusive Clojure(Script) Community.

0 commit comments

Comments
 (0)