スポンサーリンク

IronPython – Release: 2.0 Beta 2

早くもBeta2…

IronPython – Release: 2.0 Beta 2

We’ve also made a minor change to our packaging by adding a Microsoft.Scripting.Core.dll in addition to the Microsoft.Scripting.dll that’s been around since the start of 2.0. We are doing this purely as an architectural layering cleanup. Microsoft.Scripting.Core contains DLR features that are essential to building dynamic languages. Microsoft.Scripting will contain language implementation helpers that can either be re-used (e.g., BigInts) or copied (possibly e.g., the default binder). This process is all about our work to get the DLR architecture right and shouldn’t have any noticeable IronPython impact except that there’s now one more DLL to include in any package.

なんか小改造じゃないよな。

ということで、DLRにまたも手が入っているようなので、そちら方面ご期待の方も要ダウンロードのようです。

コメント

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