Clojure REPL
Guide REPL-driven development workflow for Clojure projects. The foundational approach is "tiny steps with high quality rich feedback" — rapid iteration with immediate validation before committing code to files.
Devbox note: For projects using devbox, prefix all shell commands with devbox run -- (e.g., devbox run -- clojure -M:dev, devbox run -- bb nrepl).
Connecting to a Running nREPL
Connect to an existing nREPL session rather than starting a new one when a deve
[Description truncada. Veja o README completo no GitHub.]