-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
vindarel edited this page Nov 15, 2022
·
7 revisions
Welcome to the cl-readline wiki!
Example projects using cl-readline:
- duologue - High level user interaction library for Common Lisp.
- cl-repl - a CL Ipython-like REPL.
- cl-torrents - search torrents on popular trackers.
- mondo - a Lisp REPL with Vim/Neovim integration. Shows argument list, indents sexps correctly.
- lispchat - An experimental minimal chat written in Common Lisp http://lerax.me/lisp-chat.
- replic - a library to help build readline REPLs. Used by: cl-torrents and cl-bookshops.
-
sbcli - a nicer SBCL repl than
rlwrap sbcl
. See also cl-repl. - OpenBookStore - a book management software, with a web and a readline interface.
- shtookovina (by the cl-readline author) - a program to help learn natural languages. (unmaintained)
and more: github search.
Don't hesitate to add yours.
See also the cl-readline-example