Skip to content

Instantly share code, notes, and snippets.

@wdhowe
Created December 3, 2025 15:32
Show Gist options
  • Select an option

  • Save wdhowe/37ee0616ae7635d614354e22e52afaeb to your computer and use it in GitHub Desktop.

Select an option

Save wdhowe/37ee0616ae7635d614354e22e52afaeb to your computer and use it in GitHub Desktop.
Clojure Development Setup

Clojure Development Setup

Install packages

brew install openjdk rlwrap clojure leiningen borkdude/brew/babashka babashka/brew/neil visual-studio-code

Install tools

clojure -Ttools install-latest :lib io.github.clojure/tools.tools :as tools
clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
clojure -Ttools install-latest :lib com.github.liquidz/antq :as antq

Install VSCode Extensions

code \
--install-extension tuttieee.emacs-mcx \
--install-extension betterthantomorrow.calva \
--install-extension wayou.vscode-todo-highlight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment