3

REPL サポートとブレース マッチングを備えた ClojureCLR 用のエディターはありますか? ClojureCLR のサポートを Visual Studio に追加するプロジェクト 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.

ああ、readme にも次のように書かれています。

In development - Not ready for use.
于 2010-12-02T03:08:44.453 に答える