3

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

4

1 回答 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.
于 2010-12-02T03:08:44.453 回答