Skip to content

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

About

An REPL-style Scheme interpreter for Android

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.jscheme

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published