嗨,我知道可以在 c#(visual studio) 中使用 Ironscheme,并且我在我的 Visual Studio 2012 上从http://ironscheme.codeplex.com/下载了 Ironscheme,但我不知道如何在 Visual Studio 中使用 Ironscheme。例如我从http://einarwh.wordpress.com/tag/asp-net-mvc/获取此示例,该示例 在 Visual Studio 中使用 lisp 编写,但我无法从此代码中使用。我应该如何在 Visual Studio 中为 lisp 和 c# 一起新建一个项目?我知道所有的功能和.... lisp & Ironscheme 但我不能在 Visual Studio 中使用 c# !
1 回答
2
IronScheme 的文档位于此处:http: //ironscheme.codeplex.com/documentation
如果您浏览该页面的一半,您会发现两个子主题,分别称为“使用 IronScheme 中的 .NET ”和“使用 .NET 中的 IronScheme ” 。在那里,您将找到一个可以在 C# 中使用的 Eval 函数,以及一些用于与 .NET 框架交互的 Scheme 方法。
示例(来自Playing with IronScheme):
于 2014-02-24T06:03:52.780 回答