From 8ba95ccf9ca9d09c4cd0953af33c6e533104f0e5 Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 11 Jan 2024 16:58:47 +0100 Subject: [PATCH] update cl-repl repository --- editor-support.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editor-support.md b/editor-support.md index d86f4974..6e90421e 100644 --- a/editor-support.md +++ b/editor-support.md @@ -257,7 +257,9 @@ Common Lisp environment, built in Common Lisp. ## REPLs -[cl-repl](https://github.com/koji-kojiro/cl-repl) is an ipython-like REPL. It supports symbol completion, magic and shell commands, editing command in a file and a simple debugger. +[cl-repl](https://github.com/lisp-maintainers/cl-repl) is an ipython-like REPL. It supports symbol completion, magic and shell commands, multi-line editing, editing command in a file and a simple debugger. + +It is available as a binary. You might also like [sbcli](https://github.com/hellerve/sbcli), an even simpler REPL with readline capabilities. It handles errors gracefully instead of showing a debugger.