cl-repl
Publisher Description
cl-repl -Common Lisp REPL and simple editor
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
About cl-repl
The company that develops cl-repl is PLS.153. The latest version released by its developer is 1.0 .
To install cl-repl on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2023-11-25 and was downloaded 3 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the cl-repl as malware as malware if the download link to org.eql5.android.repl is broken.
How to install cl-repl on your Android device:
- Click on the Continue To App button on our website. This will redirect you to Google Play.
- Once the cl-repl is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
- A pop-up window with the permissions required by cl-repl will be shown. Click on Accept to continue the process.
- cl-repl will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.
Program Details
System requirements
Download information
Pricing
Version History
version
posted on 2023-11-25
- 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
- improved help
version
posted on 2023-09-01
- 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
- improved help
version
posted on 2023-08-29
- add button color settings *button-color*, *botton-text-color*
- resizable editor window
- file exchange in local WiFi, see :h (help window) and command :w
- improved help
version
posted on 2023-03-24
- resizable editor window
- file exchange in local WiFi, see :h (help window) and command :w
- improved help
version
posted on 2021-10-30
(latest on top)
- catch silent stack overflow displaying :UNCAUGHT-EXCEPTION
- add '(ed:set-font file...)'
- add renaming/moving of files
- key bindings for external keyboard (history, tab switches focus)
- command :? to find regex/text, e.g. :? prin[1c]; hit [Return] for next match
- command * copies latest result to clipboard
- command :k kills eval thread
- auto-completion through double [Space], e.g. m-v-b, pr-f, &op, *pr-pr
- holding key ')' closes all parens