diff --git a/docs/LEARNING.md b/docs/LEARNING.md index 6388a4e6..daa13772 100644 --- a/docs/LEARNING.md +++ b/docs/LEARNING.md @@ -1,28 +1,20 @@ # Learning -Exercism provides exercises and feedback but can be difficult to jump into for those learning Clojure for the first time. - -These resources can help you get started: +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. ## References + - [Clojure.org](http://clojure.org) The official language website. -- [ClojureDocs](https://clojuredocs.org) A repository of language references and examples by function or keyword. +- [ClojureDocs](https://clojuredocs.org) Documentation and community-driven examples repository. +- [Clojure-doc](https://clojure-doc.org) Community-driven documentation. -## Exercises and Tutorials -- [4Clojure](https://4clojure.oxal.org/) A resource to help fledgling clojurians learn the language through interactive problems. -- [4bb](https://github.com/porkostomus/4bb) Run 4clojure problems with babashka right from your shell. -- [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) -- [Wonderland Clojure Katas](https://github.com/gigasquid/wonderland-clojure-katas) Clojure Katas inspired by Alice in Wonderland. -- [Parens of the Dead](http://www.parens-of-the-dead.com) A screencast series of zombie-themed games written with Clojure and ClojureScript. -- [Clojure Koans](http://clojurekoans.com) ([online](http://clojurescriptkoans.com)) Exercises meant to initiate you to the mysteries of the Clojure language. +## Exercises -## Community -- [ClojureBridge](http://www.clojurebridge.org) Aims to increase diversity within the Clojure community by offering free, beginner-friendly Clojure programming workshops for women. -- [Planet Clojure](http://planet.clojure.in) Clojure blog aggregator. -- [Practicalli](https://practical.li/) Getting started with Clojure programming via YouTube broadcasts, screencasts and books. +- [4Clojure](https://4clojure.oxal.org) A resource to help fledgling clojurians learn the language through interactive problems. +- [Clojure Koans](http://clojurekoans.com) Exercises meant to initiate you to the mysteries of the Clojure language. ## Books -- [Living Clojure](http://shop.oreilly.com/product/0636920034292.do) by Carin Meier -- [Clojure for the Brave and True](http://www.braveclojure.com) by Daniel Higginbotham + +- [Clojure for the Brave and True](http://www.braveclojure.com) A free book by Daniel Higginbotham - [The Joy of Clojure](https://www.manning.com/books/the-joy-of-clojure-second-edition) by Michael Fogus and Chris Houser -- [Clojure Applied](https://pragprog.com/book/vmclojeco/clojure-applied) by Ben Vandgrift and Alex Miller +- [Programming Clojure](https://pragprog.com/titles/shcloj3/programming-clojure-third-edition/) by Alex Miller diff --git a/docs/RESOURCES.md b/docs/RESOURCES.md index a8728cc2..9e83ead4 100644 --- a/docs/RESOURCES.md +++ b/docs/RESOURCES.md @@ -1,9 +1,12 @@ # Resources -## Recommended Learning Resources -There are some great resources available to help you get started -learning Clojure; here is a short list. -- [Learn Clojure](http://learn-clojure.com/) -- [Clojure Docs](https://clojuredocs.org/) -- [Brave Clojure](http://www.braveclojure.com/) -- [4Clojure](https://4clojure.oxal.org/) +There are numerous valuable resources for Clojure, and the official Clojure website offers a [broad selection](https://clojure.org/community/resources). + +Here's a short list of commonly used ones to get you started: + +## Community & Support + +- [Ask Clojure](https://ask.clojure.org/) Official forum for Clojure Q & A. +- [/r/clojure](https://www.reddit.com/r/clojure) is the Clojure subreddit. +- [StackOverflow](http://stackoverflow.com/questions/tagged/clojure) StackOverflow questions about Clojure. +- [Clojureverse](https://clojureverse.org/) Friendly and inclusive Clojure(Script) Community.