- 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/
@zackteo great catch, I don't know how I missed :)