2010-12-02 58 views
3

是否有ClojureCLR的編輯器支持REPL和大括號匹配?我發現了一個項目,將ClojureCLR支持添加到Visual Studio:vsClojure,但無法構建它。還有其他選擇嗎?ClojureCLR編輯器

+0

URL現在死。也許https://github.com/vsClojure/vsClojure? – jasper 2013-03-12 19:45:49

+0

謝謝。我已更新鏈接。 – Max 2013-03-14 09:40:24

回答

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.