A Common Lisp REPL with command line and history plus a simple
editor with syntax highlighting simple visual paren-matching basic
auto-completion a file dialog for opening/saving files and a simple
debug dialog.
It uses the ECL implementation for the Lisp side and Qt5/QML for the UI.
Slime is included and Quicklisp is trivial to install (see command :h for help).
File exchange in local WiFi is possible see command :w in help window.
This is an Open Source project see https://gitlab.com/eql/lqml/-/tree/master/examples/cl-repl
It uses the ECL implementation for the Lisp side and Qt5/QML for the UI.
Slime is included and Quicklisp is trivial to install (see command :h for help).
File exchange in local WiFi is possible see command :w in help window.
This is an Open Source project see https://gitlab.com/eql/lqml/-/tree/master/examples/cl-repl
Show More >
cl-repl / What's New in vUnknown
- upgrade to ECL-26 / Qt6
- added 'libsqlite3.so' for Quicklisp
- query dialog (for input) now a small popup
- add button color settings *button-color*, *botton-text-color*, *button-opacity*, *cursor-color* (all meant for 'dark mode' colors)
- resizable editor window
- file exchange in local WiFi, see :h (help window) and command :w
- added 'libsqlite3.so' for Quicklisp
- query dialog (for input) now a small popup
- add button color settings *button-color*, *botton-text-color*, *button-opacity*, *cursor-color* (all meant for 'dark mode' colors)
- resizable editor window
- file exchange in local WiFi, see :h (help window) and command :w
Choose Download Locations for cl-repl vUnknown
cl-repl / Tags
repl,
