Skip to content

Commit

Permalink
update cl-repl repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Jan 11, 2024
1 parent 82ac0a6 commit 8ba95cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion editor-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8ba95cc

Please sign in to comment.