We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88efe3 commit 461d365Copy full SHA for 461d365
docs/clojure-repl-workflow.md
@@ -0,0 +1,26 @@
1
+# Clojure REPL Workflow
2
+
3
+Practical guide to the Clojure REPL workflow
4
5
+{loading=lazy}
6
7
8
+- Start REPL in terminal (or editor)
9
+ - add custom `user` namespace
10
11
+- Evaluate code in editor
12
+ - Rich Comment block
13
+ - Design journal
14
15
+- Unit testing
16
17
+- Specifications
18
+ - data specs
19
+ - function definition specs
20
21
+- Start long running process or system components from REPL
22
23
+- Inspect evaluation results in Portal
24
25
+- Clean REPL state
26
0 commit comments