jdriordan / scheme-droid

An REPL-style Scheme interpreter for Android

Home Page:https://play.google.com/store/apps/details?id=net.meltingwax.schemedroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://play.google.com/store/apps/details?id=net.meltingwax.schemedroid

License:GNU General Public License v2.0


Languages

Language:Java 51.8%Language:Scheme 37.2%Language:HTML 6.6%Language:CSS 2.9%Language:Scilab 0.6%Language:Common Lisp 0.6%Language:Shell 0.1%Language:Emacs Lisp 0.1%Language:C 0.1%Language:Batchfile 0.0%Language:Makefile 0.0%