Skip to content

Instantly share code, notes, and snippets.

@wdhowe
Last active December 12, 2025 01:39
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

TLDR to copy and paste a clojure dev setup on MacOS.

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
clojure -Ttools install-latest :lib io.github.cljdoc/cljdoc-analyzer :as cljdoc

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