you may have to install java and leiningen. On linux an macos you may use SDKMAN. If you want to install java and clojure directly, do it...
-
windows:
download and install java 11
install instructions leiningen -
macos:
brew install java
brew install leiningen
-
linux (debian, ubuntu, mint):
sudo apt install java
sudo apt install leiningen
then
install vscode
then
git clone https://github.com/bennoloeffler/kata-0100-basics-in-15-min.git
then
cd to the projects directory
and start vs-code by:
code .
then
explore the file
calva.clj, then
core.clj, then
cards.clj, then
the_100.clj
This brings together all the
learn clojure in 15 min
you may find in the internet...