IABSD.fr/ports/lang/tinyscheme/patches

Branch :


Log

Author Commit Date CI Message
e93f9d0c 2022-03-11 19:28:46 drop RCS Ids
bcb38ecb 2013-04-18 22:35:36 Update tinyscheme to 1.41. ok jasper@
fc6be5c7 2012-06-26 19:53:38 import tinyscheme 1.40 TinyScheme is a lightweight Scheme interpreter that implements 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. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. ok sthen@