### Introductory resources * High level overview https://yogthos.github.io/ClojureDistilled.html * Interactive exercises http://clojurescriptkoans.com/ * Community-powered Clojure courses https://clojurecademy.com/ * 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 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 ### A deeper dive * 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/ ### Environment Setup * Browser based IDE that allows exporting the project locally http://nightcoders.net/ * Cursive with IntelliJ https://clojure.org/guides/repl/introduction * Emacs https://github.com/clojure-emacs/cider * Calva with VS Code https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva ### Intro to REPL driven workflow * https://clojure.org/guides/repl/introduction * https://vvvvalvalval.github.io/posts/what-makes-a-good-repl.html ### Communities * 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 * Reddit community https://www.reddit.com/r/Clojure