ClojureCLR的编辑

时间:2010-12-02 02:34:27

标签: ide editor clojure clojureclr

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

1 个答案:

答案 0 :(得分: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.