- 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/
- a Enter into insert mode after the character your cursor is on.
- A Enter into insert mode at the end of the current line.
- b Move cursor to first character of previous word.
- B Move cursor to first character of previous non-blank series of characters.
- Ctrl+b Scroll page backwards (move up in the file).