Skip to content

Commit 461d365

Browse files
draft: clojure repl workflow
1 parent a88efe3 commit 461d365

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/clojure-repl-workflow.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Clojure REPL Workflow
2+
3+
Practical guide to the Clojure REPL workflow
4+
5+
![Practicalli Clojure REPL Workflow](https://raw.githubusercontent.com/practicalli/graphic-design/live/clojure/clojure-repl-workflow-concept.png){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

Comments
 (0)