clj -M:repl
docker build -t clj .
docker run -p 5000:5000 clj
docker-compose up -d --build
docker-compose down
(set! warn-on-reflection true)
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://github.com/clojure/brew-install/releases/latest/download/win-install.ps1')
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
clj -M:repl