Clojure - Zero to REPL (Windows WSL)

ClojureTV Guide 3 months ago

Description

A step by step guide to get Clojure up and running from scratch on Windows using WSL. 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/introduction
To learn more about the using the Clojure language: https://clojure.org/guides/learn/clojure

0:15 Install JDK: sudo apt install default-jdk
0:29 curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
0:43 git clone https://github.com/clojure/try-clojure.git
0:50 Install VSCode
1:17 Install WSL Extension
1:46 Install Calva
2:07 Connect REPL
2:26 Eval Code