
cl-repl
कॉमन लिस्प REPL और सरल संपादक
अनुप्रयोग की जानकारी
Advertisement
ऐप विवरण
एंड्रॉइड ऐप विश्लेषण और समीक्षा: cl-repl, PLS.153 द्वारा विकसित। टूल श्रेणी में सूचीबद्ध। वर्तमान संस्करण V6Q है, 14/04/2025 पर अपडेट किया गया है। Google Play पर उपयोगकर्ताओं की समीक्षा के अनुसार: cl-repl। 18 हज़ार इंस्टॉल से अधिक हासिल किया। cl-repl में वर्तमान में 243 समीक्षाएं हैं, औसत रेटिंग 4.7 सितारे
कमांड लाइन और इतिहास के साथ एक सामान्य लिस्प आरईपीएल, साथ ही सिंटैक्स हाइलाइटिंग के साथ एक साधारण संपादक, सरल दृश्य माता-पिता-मिलान, मूल ऑटो-पूर्णता, फ़ाइलों को खोलने/सहेजने के लिए एक फ़ाइल संवाद, और एक साधारण डीबग संवाद।यह लिस्प पक्ष के लिए ECL कार्यान्वयन और UI के लिए Qt5/QML का उपयोग करता है।
कीचड़ शामिल है, और Quicklisp स्थापित करने के लिए तुच्छ है (आदेश देखें :h मदद के लिए)।
लोकल वाईफाई में फाइल एक्सचेंज संभव है, मदद विंडो में कमांड :w देखें।
यह एक ओपन सोर्स प्रोजेक्ट है, देखें https://gitlab.com/eql/lqml/-/tree/master/examples/cl-repl
हम वर्तमान में अंतिम संस्करण अपडेट किए गए 14/04/2025 की पेशकश कर रहे हैं। यह हमारा नवीनतम, सबसे अनुकूलित संस्करण है। यह कई अलग -अलग उपकरणों के लिए उपयुक्त है। Google Play Store या अन्य संस्करणों से सीधे Apk मुफ्त डाउनलोड करें जिन्हें हम होस्ट कर रहे हैं। इसके अलावा आप पंजीकरण के बिना डाउनलोड कर सकते हैं और कोई लॉगिन की आवश्यकता नहीं है।
हमारे पास बहुत सारे विकल्पों के साथ Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... के लिए 2000+ से अधिक उपलब्ध डिवाइस हैं, आपके लिए आपके डिवाइस को फिट करने वाले गेम या सॉफ़्टवेयर का चयन करना आसान है।
यह काम आ सकता है अगर 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
- 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
हाल की टिप्पणियां
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.