HOME

TheInfoList



OR:

TinyScheme is a
free software Free software, libre software, libreware sometimes known as freedom-respecting software is computer software distributed open-source license, under terms that allow users to run the software for any purpose as well as to study, change, distribut ...
implementation of the Scheme programming language with a lightweight Scheme interpreter of a subset of the R5RS standard. It is meant to be used as an embedded scripting interpreter for other programs. Much of the functionality in TinyScheme is included conditionally, to allow developers to balance features and size/footprint. TinyScheme is used by the GNU Image Manipulation Program (
GIMP Gimp or GIMP may refer to: Clothing * Bondage suit, also called a gimp suit, a type of suit used in BDSM * Bondage mask, also called a gimp mask, often worn in conjunction with a gimp suit Embroidery and crafts * Gimp (thread), an ornamental tr ...
) starting with version 2.4, released in 2007. GIMP previously used SIOD. TinyScheme was used as the core of Direct Revenue's adware, making it the world's most widely distributed Scheme runtime.


References


External links

* Scheme (programming language) interpreters Scheme (programming language) implementations {{free-software-stub