Add an nREPL server #16

Open
opened 2026-03-30 06:56:26 +00:00 by simon · 0 comments
Owner

There are essentially two common current standards for communicating with Lisp systems over network connections:

  1. Common Lisps SLIME/Swank;
  2. Clojure's nREPL.

Of these, nREPL seems simpler and more importantly better documented.

There are essentially two common current standards for communicating with Lisp systems over network connections: 1. Common Lisps [SLIME](https://slime.common-lisp.dev/doc/html/)/[Swank](https://quickref.common-lisp.net/swank.html); 2. Clojure's [nREPL](https://cljdoc.org/d/nrepl/nrepl/1.6.0/doc/design/overview). Of these, nREPL seems simpler and more importantly better documented.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: simon/post-scarcity#16
No description provided.