Tagged Questions
3
votes
1answer
168 views
What are some of the requirements that IronScheme couldn't complete?
According to Wikipedia:
"IronScheme, an upcoming Scheme implementation, was planning to build upon the DLR, but decided to abandon this idea because the DLR branch the project used became out of sync ...
3
votes
1answer
414 views
Embedding IronScheme in a C# app
I'm trying to add a plugin architecture to my C# app. I've chosen IronScheme as the language, and also because it's built on the DLR, which should make it easier to embed.
On the Codeplex Wiki, they ...