You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/clojure-cli/repl/index.md
+18-22Lines changed: 18 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
The REPL is the environment in which all Clojure code runs, whether that be during development, testing or in production systems.
4
4
5
-
A Terminal REPL provides a simple way to interact with the REPL, sending code expressions for evaluation and returning results.
5
+
A Terminal REPL provides a simple way to interact with the REPL, sending code expressions for evaluation and returning results.
6
6
7
-
Use a terminal REPL for
7
+
Use a terminal REPL for
8
8
9
9
* quick experiments
10
-
* long running processes (e.g. http severs running Clojure)
10
+
* long running processes (e.g. http severs running Clojure)
11
11
* interact with the REPL state and manage components (e.g restarting system components, querying UI component state or services system state).
12
12
* a REPL process separate from a specific editor control
13
13
@@ -23,7 +23,7 @@ Rebel is a REPL terminal UI that provides auto-completion, function call syntax
23
23
<iframewidth="560"height="315"src="https://www.youtube.com/embed/U19TWMsg0s0"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
24
24
</p>
25
25
26
-
### Install Rebel
26
+
### Install Rebel
27
27
28
28
=== "Practicalli Clojure CLI Config"
29
29
`:repl/rebel` alias is provided by [:fontawesome-solid-book-open: Practicalli Clojure CLI Config](/clojure/install/clojure-cli/#practicalli-clojure-cli-config) to run rebel readline.
@@ -39,7 +39,7 @@ Rebel is a REPL terminal UI that provides auto-completion, function call syntax
39
39
Add an alias called `:repl/rebel`to the user `deps.edn` configuration, e.g. `~/.config/clojure/deps.edn`
0 commit comments