Tagged Questions
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 ...