Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Dec 2, 2024
1 parent 122867c commit 866ab47
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ See [API.md](API.md).

The Basilisp Kernel includes an nREPL server, allowing remote interaction with notebooks using Clojure-Enabled Editors like Emacs (via [CIDER](https://docs.cider.mx/cider/platforms/basilisp.html)) and VS code (via [Calva](https://calva.io/basilisp/)).

Refer to [Connecting Your Editor to the nREPL Server](https://github.com/ikappaki/basilisp-kernel/wiki/Connecting-Your-Editor-to-the-nREPL-Server) covering various use cases.

### Starting the nREPL Server

Start the nREPL in your notebook by running:
Expand Down Expand Up @@ -119,7 +121,7 @@ You can load and use it in your Notebook as follows
:hi
```

#### Interactive development with nREPL
#### nREPL development

You can start an nREPL server directly within a Notebook and connect to it using a Clojure-enabled editor.

Expand Down Expand Up @@ -183,10 +185,7 @@ Load and interact with the library in your notebooks:
=> '2024-11-30 14:53:00'
```

#### Interactive Development with nREPL

> [!NOTE]
> Refer to [Connecting Your Editor to the nREPL Server](https://github.com/ikappaki/basilisp-kernel/wiki/Connecting-Your-Editor-to-the-nREPL-Server) for detailed instructions, covering various use cases.
#### nREPL development

For interactive coding, you can connect your preferred Clojure-Enabled Editor to a running nREPL server in your Basilisp Notebook.

Expand Down

0 comments on commit 866ab47

Please sign in to comment.