Scheme Droid is a REPL (Read Eval Print Loop) Scheme interpreter for Android. Scheme is a minimalist, multi-paradigm dialect of Lisp. Scheme Droid is powered by an enhanced version of the JScheme Library.
Scheme Droid is available on the Google Play Store.
To build and install onto your device, first set the $ANDROID_HOME
environmental variable and then execute the following commands. Building on Windows is not currently supported.
$ make jscheme
$ make
$ make install
Eclipse and ADT users only need to execute make jscheme
once, and then may use the integrated compilation and deployment tools in their IDE.
Scheme Droid is, and always will be, free software. The code of Scheme Droid is licensed under the GNU GPL v2 (see LICENSE
), and the bundled code of JScheme is licensed under the zlib/libpng open source license (see LICENSE.jscheme
).