TinyScheme alternatives

TinyScheme is a compact Scheme interpreter that supports a significant portion of the R5RS standard without becoming overly complex. It is designed for embedding in other applications as a scripting tool, lacking advanced development environments but offering a minimal interactive loop. Its modular design allows developers to include or exclude features based on their needs.

Alternatives