Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

ddasilva/scheme-droid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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