LISP Common RPL dengan baris perintah dan sejarah, ditambah editor sederhana dengan sintaks menyoroti, sederhana visual paren-matching, basic auto-completion, dialog file untuk membuka / menyimpan file, dan dialog debug sederhana.
Implementasi ECL untuk sisi LISP, dan qt5 / qml untuk UI.
lendir (ditambal) disertakan, dan quicklisp adalah sepele untuk menginstal (lihat perintah: h untuk bantuan).
, silakan lihat readmes di repositori proyek.
Ini adalah proyek open source, lihat https://gitlab.com/gitlab.com/eql/eql5-android/tree/master/examples/repl
Masalah yang diketahui: Jika Anda ingin dukungan SSL, Anda akan memerlukan instalasi bersih, atau Anda mempelajari 'contoh / repl / readme.md' bagian 'OpenSSL' di situs web.
(latest on top)
- fix 'external storage' for android 10
- add '(ed:set-font file...)'
- add displaying of QML
- add renaming of files (works also for moving)
- 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