cl-repl

cl-repl

Common Lisp的REPL和簡單的編輯器

應用信息


April 14, 2025
18,135
Android隨設備而變化
Everyone
Get cl-repl for Free on Google Play

Advertisement

應用描述


Android應用分析和審查:cl-repl,由PLS.153開發。在工具類別中列出。當前版本為V6Q,在 14/04/2025 上更新。根據用戶在Google Play上的評論:cl-repl。超過18 千的安裝。 cl-repl目前有243評論,平均評分為4.7星

帶有命令行和歷史記錄的 Common Lisp REPL,以及帶有語法高亮顯示的簡單編輯器、簡單的可視化雙括號匹配、基本的自動完成、用於打開/保存文件的文件對話框,以及一個簡單的調試對話框。
它為 Lisp 端使用 ECL 實現,為 UI 使用 Qt5/QML。

包含 Slime,安裝 Quicklisp 也很簡單(請參閱命令 :h 獲取幫助)。

可以在本地 WiFi 中進行文件交換,請參閱幫助窗口中的命令 :w。

這是一個開源項目,請參閱 https://gitlab.com/eql/lqml/-/tree/master/examples/cl-repl
我們目前正在提供最後版本更新的 14/04/2025 。這是我們最新,最優化的版本。它適用於許多不同的設備。從Google Play商店或我們託管的其他版本中免費下載Apk。此外,您可以在不註冊的情況下下載且無需登錄。

我們擁有超過2000+的Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...設備,並提供了許多選項,您可以輕鬆選擇適合您設備的遊戲或軟件。

如果在Google App Store上有任何國家限製或設備側面受到任何限制,它可能會派上用場。

什麼是新的


- 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

在Google Play商店進行評分和審查


4.7
243 全部的
5 83.5
4 9.9
3 3.3
2 0
1 3.3

安裝總數(*估計)

估計Google Play上安裝總數, 近似於評級數和在Google Play上達到的安裝界限.

最近的評論

user
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.)

user
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....

user
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.

user
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

user
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!

user
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!

user
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.

user
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.