cl-repl
spoločný Lisp Repl a Simple Editor
Informácie O Aplikácii
Advertisement
Popis Aplikácie
Analýza A Recenzia Aplikácií Pre Android: cl-repl, Vyvinutý PLS.153. Uvedené V Kategórii Nástroje. Aktuálna Verzia Je V6Q, Aktualizovaná 12/08/2025 . Podľa Recenzií Používateľov Na Google Play: cl-repl. Dosiahli Viac Ako 19 Tisíc Inštalácií. cl-repl Má Momentálne 251 Recenzií, Priemerné Hodnotenie 4.7 Hviezdičiek
Common Lisp REPL s príkazovým riadkom a históriou, plus jednoduchý editor so zvýrazňovaním syntaxe, jednoduchým vizuálnym párovaním zátvoriek, základným automatickým dokončovaním, súborovým dialógovým oknom na otváranie/ukladanie súborov a jednoduchým ladiacim dialógom.Používa implementáciu ECL pre stranu Lisp a Qt5/QML pre používateľské rozhranie.
Súčasťou je Slime a inštalácia Quicklisp je triviálna (nápovedu nájdete v príkaze :h).
Výmena súborov v lokálnej WiFi je možná, pozri príkaz :w v okne pomocníka.
Toto je projekt s otvoreným zdrojom, pozrite si https://gitlab.com/eql/lqml/-/tree/master/examples/cl-repl
V Súčasnosti Ponúkame Poslednú Aktualizovanú Verziu 12/08/2025 . Toto Je Naša Najnovšia, Najviac Optimalizovaná Verzia. Je Vhodný Pre Mnoho Rôznych Zariadení. Bezplatné Stiahnutie Priamo Apk Z Obchodu Google Play Alebo Iných Verzií, Ktoré Hosťujeme. Navyše Si Môžete Stiahnuť Bez Registrácie A Bez Nutnosti Prihlásenia.
Máme Viac Ako 2000+ Dostupných Zariadení Pre Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... S Toľkými Možnosťami, Že Je Pre Vás Jednoduché Vybrať Si Hry Alebo Softvér, Ktoré Sa Hodia K Vášmu Zariadeniu.
Môže Sa Hodiť, Ak Existujú Nejaké Obmedzenia Pre Krajinu Alebo Akékoľvek Obmedzenia Zo Strany Vášho Zariadenia V Obchode S Aplikáciami Google.
Čo Je Nové
- fix for android 15
- 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

Nedávne Komentáre
Laurence Devlin
Editor: excellent. Documentation: almost none. Learning curve has been steep. My current isssue: I can't figure out how to transfer my programs from the app to "SD card" storage. There are brief, cryptic instructions, but I am unable to execute them successfully. (I have figured out the reverse: I can get files from the sd card to the app.)
A Google user
Really happy to have a CL repl on my phone. But for whatever reason, I can't prompt for anything because the input dialog takes up the entire window, and you can't read whatever the input prompt says. I hope that gets fixed, because everything else about it looks great. EDIT: Author's response corrects the issue. Thanks! Dunno why I didn't think of that since something like this occurs in another Lisp that I use on occasion and it's the same fix....
A Google user
Great to have a simple and easy to use download-and-go Common lisp REPL + editor available from the play store. I was initially unable to save files to external memory, but the developer worked with me to identify the issue, and had a bug fix sent out in a matter of days. All works well now, Great work! Five stars for opening a door for me to new options and possibilities for programming on the small portable computer I now hold in my hands.
A Google user
The power of lisp in your pocket ! The ability to load programs and then optionally run them using the Lambda button makes this especially versatile. If you can see beyond the well known use of parenthesis to the elegance and sheer power of lisp, you'll understand why many prefer lisp over traditional functional languages. Having now used this app for quite some time I can easily say that is easily the preferred medium for pocket computing
Index Data-Center
I copied and pasted a Mandelbrot Zoomer code I made on my desktop and it worked beautifully! The only thing I can suggest is making the actual act of text editing a little bit easier (having a select all button would be nice). Overall probably one of the cleanest Android compilers for any language I've ever used (Processing APDE still wins). I would pay a dollar for dark theme!
A Google user
It is noteworthy that, having lisp been a resource-intensive system only available at advanced computer labs at MIT now fits in my handheld device using up but scant storage memory and cycles. How wonderful!
Ali Raheem
I can't believe this hasn't had a review yet..it's a FULL COMMON LISP WITH REPL. You basically turn your phone into a Lisp Machine. It's free and open source and I've seen no ads..holy moly. 5/5.
Billy Clark
This is great, and I am surprised at how much I can end up immersed in the coding experience. Didn't expect I'd ever seriously try to code anything on a phone. Common Lisp is a key to that as it's so succinct and effective.