You'll need a number of packages to get started, you can manually install the individual packages or use Nix.
- Install Clojure
- Install Java 21
- Install Babashka
Now we need to setup Nix for development, simply run:
./nix_setup.sh
To enter the development environment only run
nix develop
Use the command exit
to leave the development environment.
We'll use the deps-new tool to create a project.
Simply run the following while in the development environment:
bb setup
- Get VS Code.
- Install Calva