last updated: 2020-05-09 (link to cl-repl.org)

Common Lisp and QML for Mobile

(now for both android and iOS)

This gives an overview of the more interesting EQL5-Android (gitlab) examples, which can be downloaded from here (ARM only; see links below).

Requirements

Android phone or tablet running at least version 4.1 (for the CL REPL you'll need android >= 5.0). CL REPL is also available for iOS.

Screenshots / Download

(click on the name on the left to download from DropBox: no need to sign in, just choose direct download)

All apps are full versions, not using the ministro service (which unfortunately doesn't work anymore, giving useless error messages).

For this reason, all apps are at least 15-20 MB big, depending on the target architecture (but given the storage capacity of modern devices, this should not be a problem).

All examples include (except CL REPL, which has latest versions):

name/link on a phone on a tablet description
repl icon
cl-repl.org
REPL-phone REPL A REPL with simple editor, copy/paste of s-expressions (tap and hold), debug dialog (restarts).
 
 
 
sokoban icon
CL Sokoban
sokoban-phone sokoban A GUI for the sokoban game including a simple REPL (shown on demand).
 
 
 
sensors icon
CL Sensors
sensors-phone sensors Shows a list of all available sensors, and how to efficiently read sensor data from Lisp.
 
 
 
my icon
CL myApp



CL myApp
64 bit
myApp-phone myApp An empty app for sketching (description/screenshot), including a simple REPL (shown on demand).

To be used from Emacs/Slime on the PC.

Enjoy!