Clojure - Zero to REPL (Windows)

A step by step guide to get Clojure up and running from scratch on Windows. You will finish with a live REPL connected to an empty project and be ready to start writing code. To learn more about the utility of a REPL: https://clojure.org/guides/repl/intro... To learn more about the using the Clojure language: https://clojure.org/guides/learn/clojure 0:13 Install JDK: adoptium.net 0:28 Clojure CLI releases: https://github.com/casselc/clj-msi/re... 0:52 git clone https://github.com/clojure/try-clojur... 1:05 Install VSCode 1:31 Install Calva 1:54 Connect REPL 2:09 Eval Code