Clojure - Zero to REPL (Linux)

ClojureTV Guide 3 months ago

Description

A step by step guide to get Clojure up and running from scratch on Linux. 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:35 curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
0:56 git clone https://github.com/clojure/try-clojure.git
1:03 Install VSCode: sudo snap install code --classic
1:34 Install Calva
1:59 Connect REPL
2:18 Eval Code