スポンサーリンク

Microsoft “Roslyn” CTP リリース

Microsoft “Roslyn” CTP.

Traditionally, compilers are black boxes – source code goes in one end and object files or assemblies come out the other end. The Roslyn project changes that model by opening up the Visual Basic and C# compilers as APIs. These APIs allow tools and end-users to share in the wealth of information the compilers have about code. The Roslyn CTP previews the next generation of language object models for code generation, analysis, and refactoring, and the upcoming support for scripting and interactive use of VB and C#.

ということで、RoslynのCTPが登場しました。

ダウンロード:
http://www.microsoft.com/download/en/details.aspx?id=27746

関連MSDN Blog:

The Roslyn Preview Is Now
Availablehttp://blogs.msdn.com/b/ericlippert/archive/2011/10/19/the-roslyn-preview-is-now-available.aspx

Introducing the Microsoft “Roslyn” CTP(C#)
http://blogs.msdn.com/b/csharpfaq/archive/2011/10/19/introducing-the-microsoft-roslyn-ctp.aspx

Introducing the Microsoft “Roslyn” CTP(VB)
http://blogs.msdn.com/b/vbteam/archive/2011/10/19/introducing-the-microsoft-roslyn-ctp.aspx

walkthrough:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27745

コメント

タイトルとURLをコピーしました