Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: dcdb9828c71080e3e5a339b8908fa9afe464335d Size: 67.42 KB File Format: zip
Rating: 1.739130434
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 401 License: Free
TinyScheme is a free software by Dimitrios Souflis and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download TinyScheme which is 67.42 KB in size and belongs to the software category Other Programming Files. TinyScheme was released on 2013-08-20 and last updated on our database on 2017-03-29 and is currently at version 1.41.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
TinyScheme Description
TinyScheme is a lightweight, handy scheme interpreter specially designed to implement as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint.
As an embedded interpreter, it allows multiple interpreter states to coexist in the same program, without any interference between them. Programmatically, foreign functions in C can be added and values can be defined in the Scheme environment. Being a quite small program, it is easy to comprehend, get to grips with, and use.