ClojureCLR的编辑器

3

是否有一个带有REPL支持和括号匹配的ClojureCLR编辑器?我发现了一个将ClojureCLR添加到Visual Studio中的项目:vsClojure,但是我无法构建它。还有其他选择吗?


链接已失效。也许是 https://github.com/vsClojure/vsClojure? - jasper
1个回答

4

从readme.txt文件中:

构建:

1.) Install the Visual Studio 2010 SDK.
2.) Clone the vsClojure repository.
3.) Download the Managed Package Framework (http://mpfproj.codeplex.com/).
4.) Create a folder named "ManagedPackageFramework" in the solution directory.
5.) Copy the ManagedPackageFramework source to the new folder. 
6.) Open the vsClojure solution.
7.) Build

运行中:

1.) Download or build ClojureCLR (http://github.com/richhickey/clojure-clr).
2.) Build vsClojure.
3.) Run vsClojure from Visual Studio.
4.) Add a new Clojure project.
5.) Set the path to ClojureCLR in the project properties.

另外,自述文件也提到:

In development - Not ready for use.

是的,我做到了。在修复了一些编译错误之后,我遇到了这个错误:“无法加载引用程序集...Microsoft.VisualStudio.Shell.Immutable.10.0.dll...该程序集是由比当前加载的运行时更新的运行时构建的,因此无法加载”,我不知道如何解决。所以我放弃了。 - Max
vsClojure现在已经修复。 - Max

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接