- High level overview https://yogthos.github.io/ClojureDistilled.html
- An Animated Introduction to Clojure https://markm208.github.io/cljbook/
- Interactive tutorial in a browser https://tryclojure.org/
- Interactive exercises http://clojurescriptkoans.com/
- Clerk notebooks with introductory examples https://github.clerk.garden/anthonygalea/notes-on-clojure
- More interactive exercises https://4clojure.oxal.org/
- Lambda Island tutorials https://lambdaisland.com/
- Functional Programming with Clojure resources https://practicalli.github.io/
- Getting started guide https://grison.me/2020/04/04/starting-with-clojure/
- Interactive book https://www.maria.cloud/
- Interactive workbook http://viewer.gorilla-repl.org/view.html?source=github&user=lspector&repo=clojinc&path=worksheet.clj
- Clojure by example https://github.com/inclojure-org/clojure-by-example
- Clojure workshop https://github.com/friemen/cugb/blob/master/kickstart.md
- Clojure style guide https://github.com/bbatsov/clojure-style-guide
- core functions explained visually http://blog.josephwilk.net/clojure/functions-explained-through-patterns.html
- ClojureScript workshop https://github.com/ClojureTO/JS-Workshop
- Learn ClojureScript online book https://www.learn-clojurescript.com/
- From an Idea to a working Prototype using Clojure and Clojurescript https://github.com/aliaksandr-s/prototyping-with-clojure
- Clojure Brige https://github.com/robert-stuttaford/bridge
- illustrated Spec guide https://www.pixelated-noise.com/blog/2020/09/10/what-spec-is/
- Wes Bos's JavaScript 30 challenge written in ClojureScript https://github.com/athomasoriginal/clojurescript-30
- Introduction to transducers https://bendyworks.com/blog/transducers-clojures-next-big-idea
- Clojure macros https://clojure-doc.github.io/articles/language/macros/
- Puzzle Based Introduction to Functional Programming https://egri-nagy.github.io/popbook/
- Clojure Style Guide https://grishaev.me/en/clojure-guide/
- https://www.braveclojure.com/foreword/
- https://kimh.github.io/clojure-by-example/
- https://www.creativeapplications.net/tutorials/introduction-to-clojure-part-1/
- http://mishadoff.com/blog/clojure-design-patterns/
- https://aphyr.com/tags/Clojure-from-the-ground-up
- http://langintro.com/cljsbook/
- https://purelyfunctional.tv/guide/clojure-collections/
- https://practicalli.github.io/
- https://www.learn-clojurescript.com/
- https://enterpriseclojure.com/
- https://grishaev.me/en/clojure-zippers/
- Cursive with IntelliJ https://cursive-ide.com/
- Emacs https://github.com/clojure-emacs/cider
- Vim https://github.com/liquidz/vim-iced
- Calva with VS Code https://calva.io/getting-started/
- Sublime with Clojure Sublimed https://github.com/tonsky/Clojure-Sublimed
- https://clojure.org/guides/repl/introduction
- https://vvvvalvalval.github.io/posts/what-makes-a-good-repl.html
- Official Stack Overflow style Q&A forum https://ask.clojure.org/
- Clojurians Slack is a great place to get help http://clojurians.net
- Clojurians Zulip https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive
- Clojurians Discord https://discord.gg/discljord
- Reddit community https://www.reddit.com/r/Clojure
- Clojureverse community https://clojureverse.org/
https://clojurecademy.com/ is no longer there unfortunately.
https://practicalli.github.io/ has freely available books on Clojure, which are regularly updated.
The Clojure book shows how to use Clojure CLI tools and includes an extensive user configuration to add over 30 community tools.