Ports for SerenityOS
Collections What's new Versions Info Sign in

TinyScheme Interpreter 1.42 🞉

TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated.

cd Ports/tinyscheme
./package.sh

It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint.

Website: https://sourceforge.net/projects/tinyscheme/

Port: https://github.com/SerenityOS/serenity/tree/master/Ports/tinyscheme

Sign in to vote

✍️ Edit this page

Similar ports

Port icon has the following license: BSD-style https://tinyscheme.sourceforge.net/license.txt (c) 2000, Dimitrios Souflis