Although it looks like IDynamicObject looks like C# equivalent of method_missing. Now that's something to celebrate.
On Tue, Oct 28, 2008 at 12:02 AM, Dody Gunawinata <[EMAIL PROTECTED]>wrote: > Is it me or is C# 4.0 feature list so far is underwhelming? (I know, it's a > wrong list) > > On Mon, Oct 27, 2008 at 6:33 PM, Srivatsn Narayanan < > [EMAIL PROTECTED]> wrote: > >> Hello IronPython Community, >> >> >> >> This is a special release of IronPython designed to work with the Visual >> Studio 2010 >> CTP<https://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=9790>. >> This release will let you try out C# 4.0's new Dynamic feature, which allows >> you to easily call into dynamic object models such as IronPython modules >> from your C# code. >> >> >> >> To get started using IronPython with C#'s Dynamic feature: >> >> 1. Install this >> .MSI<http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=18448>on >> your Visual Studio 2010 CTP Virtual PC image, either by enabling network >> access or sharing a host folder in Virtual PC's settings. >> >> 2. In Visual Studio 2010, click the *CTP Walkthroughs* link on the >> Start Page and browse to the *Visual Studio* walkthroughs. Follow along >> with the *Dynamic Programming in C#* walkthrough. >> >> >> >> This release is not related to the recently released IronPython 2.0 RC1. >> In fact, this is based on source code from the beta4 timeframe. Also note >> that this release will only work with the VS10 CTP and not against any other >> version of .NET. >> >> >> >> You can download the release here - >> http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=18448 >> >> >> >> The IronPython Team >> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > -- > nomadlife.org > > -- nomadlife.org
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
