Clojure REPL Workflowλ︎
Practical guide to the Clojure REPL workflow
- Start REPL in terminal (or editor)
-
add custom
user
namespace -
Evaluate code in editor
- Rich Comment block
-
Design journal
-
Unit testing
-
Specifications
- data specs
-
function definition specs
-
Start long running process or system components from REPL
-
Inspect evaluation results in Portal
-
Clean REPL state