TameScheme
TameScheme is an embeddable scheme interpreter written in C# for the .NET runtime. Currently under development, the goal is to build a scheme interpreter that makes it easy to add scheme as a scripting language to existing projects. A future goal is to add a full compiler to TameScheme making it a viable .NET language.
This site is the main repository for TameScheme. Use the links above to download the latest version of the TameScheme interpreter, or to find out more about TameScheme.
Current Status, updated 18/07/2005
A large part of the read-eval-print loop is implemented. Most functions and syntactical elements are presently missing. Only a test environment is available at the moment.