Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Dec 2, 2024
1 parent facd18c commit 5750046
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ You can load and use it in your Notebook as follows

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

##### Start the nREPL server

In a notebook cell:

1. Load the nREPL server namespace:
Expand All @@ -117,8 +115,6 @@ nREPL server started on port 9998 on host 127.0.0.1 - nrepl://127.0.0.1:9998
#'user/server
```

##### Connect to the nREPL Server

To connect your editor to the nREPL server create a `basilisp.edn` file in the same directory as your Notebook.

Open your Clojure-enabled editor and use its nREPL connection commands. The server generated a `.nrepl-port file` in the directory, which helps the editor locate the port.
Expand Down Expand Up @@ -194,8 +190,6 @@ Load and interact with the library in your notebooks:
For interactive coding, you can connect your preferred Clojure-Enabled Editor to a running nREPL server in your Basilisp Notebook.

##### Start the nREPL server

In a notebook cell:

1. Load the nREPL server namespace:
Expand All @@ -209,8 +203,6 @@ nREPL server started on port 9998 on host 127.0.0.1 - nrepl://127.0.0.1:9998
#'user/server
```

##### Connect to the nREPL Server

In your code Editor, open the `basilisp.edn` file located in your project root directory (e.g. in `basilex-notebook`, `basilex-basilib` or your own Basilisp Project) to enable Clojure-specific features in your editor. Then, use your editor's commands to connect to the nREPL server.

Both [Emacs/CIDER](https://docs.cider.mx/cider/platforms/basilisp.html) and [VSCode/Calva](https://calva.io/basilisp/) offer explicit support for Basilisp.
Expand Down

0 comments on commit 5750046

Please sign in to comment.