/scheme-droid

An REPL-style Scheme interpreter for Android

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Scheme Droid

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.

Building

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.

License

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