Is there a way (or can anyone find a way) to import IronScheme into VS2010? I\'ve already taken a look at this question, and I\'ve done everything I could - I even edited the binary files involved to
I\'m trying out xacc.ide because I\'m interested in dabbling with IronScheme. I just开发者_StackOverflow can figure out how to start a new project. There\'s a whole menu for projects and dealing with
I have just get started in IronScheme , and I really want to know how to add another CLR DLL library in IronScheme. Since many other Iron Stuf开发者_高级运维f have AddReference function to get this do
In the book \"IronPython in Action,\" the author states that IronPython, unlike CPython, benefits from certain optimizations, both in the JIT and in the framework itself, that CPython cannot take adva
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.