Description
Embeds a minimal R7RS Scheme implementation as an extension language. It is useful for developers who need a small scripting layer inside applications or tools.
Extension languages execute scripts that may come from configuration or plugins. Limit exposed APIs and treat untrusted Scheme code as executable code.