stacksmith / trivial-swank

Simple communications with swank servers for creating REPLs
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

TRIVIAL-SWANK

An experimental client for SWANK servers, written in Common Lisp.

For an example of how to use it, see the Subtext repl demo.

To start a swank server in a separate Lisp process, do something like:

sbcl --load "start-swank.lisp"

The Emacs slime log buffer is probably your best resource.

REFERENCES

(https://common-lisp.net/project/slime/)