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
Latest version
Version
1.0.74
Update
Apr 24, 2026
Package ID
org.eql5.android.repl
What's new
Apr 24, 2026
- 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