<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx</link><description>Today, at MIX 07 , we announced a new level of support for dynamic languages on .NET that we're calling the DLR. From the beginning, Microsoft's .NET framework was designed to support a broad range of different programming languages on a Common Language</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Dynamic Language Runtime on top of the CLR: This Is BIG</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2343914</link><pubDate>Mon, 30 Apr 2007 23:33:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2343914</guid><dc:creator>Ayende @ Rahien</dc:creator><description>&lt;p&gt;Dynamic Language Runtime on top of the CLR: This Is BIG&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2344127</link><pubDate>Mon, 30 Apr 2007 23:56:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2344127</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Great stuff&lt;/p&gt;</description></item><item><title>Dynamic times two with the Dynamic Language Runtime</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2344237</link><pubDate>Tue, 01 May 2007 00:07:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2344237</guid><dc:creator>Numerical .NET</dc:creator><description /></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2344826</link><pubDate>Tue, 01 May 2007 01:07:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2344826</guid><dc:creator>Max Battcher</dc:creator><description>&lt;p&gt;Awesome work. &amp;nbsp;Great to see all of this work towards powerful dynamic languages on the CLR starting to come together.&lt;/p&gt;
&lt;p&gt;I'm particularly intrigued by the inclusion of Silverlight as a supported platform for dynamic languages... &amp;nbsp;which leads me to a few questions. &amp;nbsp;In just quick snippets of reading it appears the Silverlight's profile is close Compact Framework. Does this perhaps mean that dynamic language support for other Compact Framework platforms is near?&lt;/p&gt;
&lt;p&gt;Particularly, I'm quite curious as to how far off dynamic language support on the Xbox XNA mini-CLR is..&lt;/p&gt;</description></item><item><title>Microsoft Silverlight 1.1 Alpha</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2345576</link><pubDate>Tue, 01 May 2007 02:01:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2345576</guid><dc:creator>Daniele Mantovani</dc:creator><description /></item><item><title>Dynamic Language Runtime</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2345591</link><pubDate>Tue, 01 May 2007 02:02:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2345591</guid><dc:creator>chrisortman</dc:creator><description>&lt;p&gt;I asked my Ruby question on the Castle Devel mailing list and Ayende pointed me to this . One of my first&lt;/p&gt;
</description></item><item><title>Mix nových vecí</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2346202</link><pubDate>Tue, 01 May 2007 02:45:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2346202</guid><dc:creator>ISlavoF.Save()</dc:creator><description>&lt;p&gt;Čakanie skončilo. Už vieme prečo si John Lam pred trištvrť rokom k&amp;#250;pil jednosmern&amp;#250; letenku na opačn&amp;#233;&lt;/p&gt;
</description></item><item><title>A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2346247</link><pubDate>Tue, 01 May 2007 02:47:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2346247</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2346507</link><pubDate>Tue, 01 May 2007 03:04:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2346507</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;Please, clarify what exactly is DLR. It is a layer on top of CLR (so there is a need to have CLR to have a DLR)? Probably not because Silverlight runtime do not incorporate whole CLR and DLR is available as part of Silverlight.&lt;/p&gt;
&lt;p&gt;So it is a fresh implementation of base services (such as JIT, GC, sandbox security, ...) which ca be considered as subset of CLR? If so, then what parts (what namespaces) are in both?&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;P.&lt;/p&gt;</description></item><item><title>MIX07 Announcements</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2346706</link><pubDate>Tue, 01 May 2007 03:17:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2346706</guid><dc:creator>CodeClimber</dc:creator><description>&lt;p&gt;MIX07 Announcements&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2346867</link><pubDate>Tue, 01 May 2007 03:35:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2346867</guid><dc:creator>Patrick Mueller</dc:creator><description>&lt;p&gt;Quick, where's my drool bucket?&lt;/p&gt;</description></item><item><title>Ruby</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2347280</link><pubDate>Tue, 01 May 2007 04:19:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2347280</guid><dc:creator>chris hulbert</dc:creator><description>&lt;p&gt;Please tell me this means that ruby will one day be a first class .Net citizen !!!&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2347618</link><pubDate>Tue, 01 May 2007 04:41:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2347618</guid><dc:creator>Kevin Williams</dc:creator><description>&lt;p&gt;I can't wait for Ruby on the DLR!&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2348427</link><pubDate>Tue, 01 May 2007 05:38:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2348427</guid><dc:creator>hammett</dc:creator><description>&lt;p&gt;Will it support some kind of dynamic dispatching? It would be great if I could leverage on the CLR (or DLR) to optimize calls, even when methods are overridden in runtime.&lt;/p&gt;</description></item><item><title>DLR and IronRuby</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2348642</link><pubDate>Tue, 01 May 2007 05:50:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2348642</guid><dc:creator>Nick Parker</dc:creator><description>&lt;p&gt;DLR and IronRuby&lt;/p&gt;</description></item><item><title>IronRuby Joins IronPython</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2349339</link><pubDate>Tue, 01 May 2007 06:43:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2349339</guid><dc:creator>Mike Ormond's WebLog</dc:creator><description>&lt;p&gt;Scott also announced an implementation of another dynamic language, Ruby, for .NET. So IronRuby joins&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2351430</link><pubDate>Tue, 01 May 2007 09:00:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2351430</guid><dc:creator>Richard LOPES</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is a killer feature. I'm amazed by the quantity and the quality of stuff coming from MS these days.&lt;/p&gt;
&lt;p&gt;Ruby for .NET is a good news for all of us, Ruby users.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2353203</link><pubDate>Tue, 01 May 2007 11:11:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2353203</guid><dc:creator>John</dc:creator><description>&lt;p&gt;There is no mention of the support for PowerPC Macs in the future :(&lt;/p&gt;</description></item><item><title>Day of Announcements</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2353763</link><pubDate>Tue, 01 May 2007 12:06:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2353763</guid><dc:creator>Mike Taulty's Blog</dc:creator><description>&lt;p&gt;With the first day of MIX, it seems like there's been a staggering stream of announcements (all...&lt;/p&gt;
</description></item><item><title>What about perl?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2354648</link><pubDate>Tue, 01 May 2007 13:15:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2354648</guid><dc:creator>Dr. Martin</dc:creator><description>&lt;p&gt;Perl is huge in the academic world. Perl coming to your DLR any time soon?&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2355494</link><pubDate>Tue, 01 May 2007 14:10:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2355494</guid><dc:creator>Craig</dc:creator><description>&lt;p&gt;Congratulations, John! I know you've worked really hard on this for a long time, including moving your whole family to a different country. &lt;/p&gt;</description></item><item><title>Putting Mix, Silverlight, the CoreCLR and the DLR into context</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2355496</link><pubDate>Tue, 01 May 2007 14:11:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2355496</guid><dc:creator>Scott Hanselman's Computer Zen</dc:creator><description /></item><item><title>Putting Mix, Silverlight, the CoreCLR and the DLR into context</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2355497</link><pubDate>Tue, 01 May 2007 14:11:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2355497</guid><dc:creator>Scott Hanselman's Computer Zen</dc:creator><description /></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2355498</link><pubDate>Tue, 01 May 2007 14:11:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2355498</guid><dc:creator>Craig</dc:creator><description>&lt;p&gt;Haha! That's what I get for clicking on the wrong link. &lt;/p&gt;
&lt;p&gt;Well, congratulations to you, too, Jim! :) &lt;/p&gt;</description></item><item><title>Putting Mix, Silverlight, the CoreCLR and the DLR into context</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2355599</link><pubDate>Tue, 01 May 2007 14:22:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2355599</guid><dc:creator>Scott Hanselman's Computer Zen</dc:creator><description /></item><item><title>Putting Mix, Silverlight, the CoreCLR and the DLR into context</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2355600</link><pubDate>Tue, 01 May 2007 14:22:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2355600</guid><dc:creator>Scott Hanselman's Computer Zen</dc:creator><description /></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2356097</link><pubDate>Tue, 01 May 2007 15:00:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2356097</guid><dc:creator>Khrishna</dc:creator><description>&lt;p&gt;Fuck this microsoft bollocks!&lt;/p&gt;
&lt;p&gt;You just stole the Lisp runtime ideas and fucked them up by stupid it salesman lingo.&lt;/p&gt;</description></item><item><title>Silverlight, DLR and other MIX07 Announcements</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2356374</link><pubDate>Tue, 01 May 2007 15:18:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2356374</guid><dc:creator>Impersonation Failure</dc:creator><description>&lt;p&gt;While yesterday was a pretty quiet day at the MEDC, next door at MIX07 things were certainly happening.&lt;/p&gt;
</description></item><item><title>Silverlight, DLR and other MIX07 Announcements</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2356385</link><pubDate>Tue, 01 May 2007 15:19:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2356385</guid><dc:creator>Impersonation Failure</dc:creator><description>&lt;p&gt;While yesterday was a pretty quiet day at the MEDC, next door at MIX07 things were certainly happening.&lt;/p&gt;
</description></item><item><title>Ruby Imports Agility Into Microsoft</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2357853</link><pubDate>Tue, 01 May 2007 17:12:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2357853</guid><dc:creator>Kevin Miller</dc:creator><description>&lt;p&gt;As more details are flowing out of Mix07 and the .Net world is a-buzz with dreams of Ruby On Rails and&lt;/p&gt;
</description></item><item><title>MIX 07 키노트에서 발표한 것들</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2360358</link><pubDate>Tue, 01 May 2007 20:24:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2360358</guid><dc:creator>bkchung's WebLog</dc:creator><description>&lt;p&gt;미국과 시간차이 때문에 이 시간까지 버티면서 키노트를 보고 발표한 것들을 정리해봅니다: SilverLight를 위한 새 커뮤니티 사이트 SilverLight 개발자 사이트 SilverLight&lt;/p&gt;
</description></item><item><title>Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2360755</link><pubDate>Tue, 01 May 2007 20:51:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2360755</guid><dc:creator>Pierrick's Blog</dc:creator><description>&lt;p&gt;DLR, Une nouvelle brique fournie par Microsoft au dessus de la CLR . Cette brique permet de contruire&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2361368</link><pubDate>Tue, 01 May 2007 21:53:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2361368</guid><dc:creator>Hank Fay</dc:creator><description>&lt;p&gt;Great work! I've been predicting this (to the VFP community) for nearly 3 years now. &amp;nbsp;This should be a tremendous help to the group, etecnologia, converting the VFP language to .Net (since MS passed on the opportunity &amp;lt;sigh&amp;gt;).&lt;/p&gt;</description></item><item><title>Visual Basic is back!</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2361777</link><pubDate>Tue, 01 May 2007 22:27:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2361777</guid><dc:creator>Joseph J. Mele</dc:creator><description /></item><item><title>The DLR Meets the CLR</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2361991</link><pubDate>Tue, 01 May 2007 22:45:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2361991</guid><dc:creator>-:[web caboodle]:-</dc:creator><description>&lt;p&gt;At MIX07 in Las Vegas, Microsoft detailed planned .NET programming support for Silverlight as well as&lt;/p&gt;
</description></item><item><title>What the heck is Vbx</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2364257</link><pubDate>Wed, 02 May 2007 01:34:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2364257</guid><dc:creator>Panopticon Central</dc:creator><description /></item><item><title>Microsoft Introduces Dynamic Language Runtime</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2364543</link><pubDate>Wed, 02 May 2007 01:51:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2364543</guid><dc:creator>A Byte Of Life</dc:creator><description>&lt;p&gt;Microsoft Introduces Dynamic Language Runtime&lt;/p&gt;
</description></item><item><title>Dynamic Language Runtime関連の情報</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2365630</link><pubDate>Wed, 02 May 2007 03:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2365630</guid><dc:creator>koido Blog</dc:creator><description>&lt;p&gt;Dynamic Language Runtime関連の情報&lt;/p&gt;</description></item><item><title>动态语言运行时</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2369963</link><pubDate>Wed, 02 May 2007 10:10:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2369963</guid><dc:creator>Joycode@Ab110.com</dc:creator><description>&lt;p&gt;昨天发布的 SilverLight1.1 Alpha 除了包括跨平台的CLR和类库外，还包括了动态语言运行时(Dynamic Language Runtime -- DLR),目前支持的动态语言包括IronPython和JScript&lt;/p&gt;
</description></item><item><title>La DLR annoncee au MIX de Las Vegas !</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2372448</link><pubDate>Wed, 02 May 2007 14:08:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2372448</guid><dc:creator>Mitsuru FURUTA - Microsoft FRANCE</dc:creator><description>&lt;p&gt;Pour ceux qui cherchaient le prochain bouleversement technologique chez Microsoft... &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx"&gt;http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Silverlight and The History of Visual Basic</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2373384</link><pubDate>Wed, 02 May 2007 15:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2373384</guid><dc:creator>Anders Norås' Blog</dc:creator><description>&lt;p&gt;If you've looked at the Silverlight poster , you've probably noticed the list of languages supported&lt;/p&gt;
</description></item><item><title>Dynamic Language Runtime (DLR) - great news for .NET development</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2373891</link><pubDate>Wed, 02 May 2007 16:24:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2373891</guid><dc:creator>Pooya's architect place (in the Gulf)</dc:creator><description>&lt;p&gt;Check out Jim Hugunin's blog post about the new Dynamic Language Runtime , better support for dynamic&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2374179</link><pubDate>Wed, 02 May 2007 16:42:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2374179</guid><dc:creator>someone</dc:creator><description>&lt;p&gt;Is managed JavaScript=JScript.NET?&lt;/p&gt;
</description></item><item><title>Managed JScript announced</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2375766</link><pubDate>Wed, 02 May 2007 18:43:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2375766</guid><dc:creator>Deepak on JScript</dc:creator><description>&lt;p&gt;Managed JScript is a brand new implementation based on infrastructure provided by DLR. It is an implementation of ECMAScript Edition 3 with added support for access to the .NET Framework and cross-language support.&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2375993</link><pubDate>Wed, 02 May 2007 19:00:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2375993</guid><dc:creator>Relative Newbie</dc:creator><description>&lt;p&gt;Can anyone recommend a decent reference about DLR along the lines of history, usage, etc.? &amp;nbsp;Thanks.&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2376031</link><pubDate>Wed, 02 May 2007 19:04:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2376031</guid><dc:creator>Matt Boersma</dc:creator><description>&lt;p&gt;Does it work on Linux? &amp;nbsp;If not, we can't touch it.&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2377337</link><pubDate>Wed, 02 May 2007 20:38:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2377337</guid><dc:creator>Sturla</dc:creator><description>&lt;p&gt;I'd like to see some performance benchmarks. Particularly how the DLR compares with CPython 2.5, an efficient Lisp like CMUCL or SBCL, static languages on CLR (e.g. C#) and native static code (e.g. C++). CMUCL and SBCL is the current gold standard among dynamic languages in terms of run-time performance, so that is the mark to beat. &lt;/p&gt;
&lt;p&gt;You should also consider porting or duplicating NumPy. All dynamic languages needs an efficient array type, even on .NET. It is useful for anything from &amp;nbsp;hardcore scientific programming to game development with Direct3D. &lt;/p&gt;
&lt;p&gt;And while you are at it, consider implementing Perl and Common Lisp as well. Everyone should have their own favorite dynamic language available on .NET. So add those for the sake of completeness. :)&lt;/p&gt;</description></item><item><title>Next up for .NET – the Dynamic Language Runtime</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2378397</link><pubDate>Wed, 02 May 2007 21:29:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2378397</guid><dc:creator>Chris Charabaruk</dc:creator><description>&lt;p&gt;Microsoft's Jim Hugunin reports from MIX07 that the .NET Framework is gaining new support for dynamic (read: scripting) languages such as Python or Ruby. The Dynamic Language Runtime (DLR) is an extension to the CLR that adds the features important to&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2378868</link><pubDate>Wed, 02 May 2007 21:58:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2378868</guid><dc:creator>Chris M.</dc:creator><description>&lt;p&gt;I'd like to read more about the DLR. &amp;nbsp;Can someone provide a link to an offical Microsoft posting or even a whitepaper regarding the DLR? &amp;nbsp;So far, I'm not find very much other than a few bloggers talking about it. &amp;nbsp;Thanks!&lt;/p&gt;</description></item><item><title>A new VB era with Silverlight</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2379817</link><pubDate>Wed, 02 May 2007 23:14:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2379817</guid><dc:creator>STEFANO DEMILIANI</dc:creator><description>&lt;p&gt;A new VB era with Silverlight&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2381760</link><pubDate>Thu, 03 May 2007 01:04:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2381760</guid><dc:creator>brian</dc:creator><description>&lt;p&gt;wow. &amp;nbsp;I guess time playing with IronPython is not wasted.&lt;/p&gt;</description></item><item><title>Silverlight Is No Flash-lite</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2385193</link><pubDate>Thu, 03 May 2007 05:40:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2385193</guid><dc:creator>-:[web caboodle]:-</dc:creator><description>&lt;p&gt;Scott Hanselman , a .NET community leader and principal in the most excellent podcast Hanselminutes&lt;/p&gt;
</description></item><item><title>[news04]MacOSX CLR, Vistas, Silverlight, {ASE=Lansare Vista, Office 2007}</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2391119</link><pubDate>Thu, 03 May 2007 13:11:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2391119</guid><dc:creator>My view of life</dc:creator><description>&lt;p&gt;Lucruri care m-au impresionat &amp;#238;n ultima vreme : Buzz-uri Cross-platform CLR via Microsoft Silverlight.&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2392435</link><pubDate>Thu, 03 May 2007 14:53:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2392435</guid><dc:creator>Adnane Aqartit</dc:creator><description>&lt;p&gt;What will DLR really adds to the the .NET. i think we already have dynamic objects through Reflection. what's the real added value of DLR?&lt;/p&gt;</description></item><item><title>Hanselminutes Podcast 63 - Scott Guthrie and Jason Zander on Silverlight</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2397012</link><pubDate>Thu, 03 May 2007 20:05:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2397012</guid><dc:creator>Scott Hanselman's Computer Zen</dc:creator><description /></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2398431</link><pubDate>Thu, 03 May 2007 22:23:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2398431</guid><dc:creator>Lee Goddard</dc:creator><description>&lt;p&gt;Although I am personally impressed with C#, and Ruby is cute for fast prototypes, I make my living with start-ups (sometimes grown-up start-ups) and corporations programming for the Internet -- and that means Perl.&lt;/p&gt;
&lt;p&gt;If you want to take-over Internet programming, you will have to implement Perl.&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2398689</link><pubDate>Thu, 03 May 2007 22:51:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2398689</guid><dc:creator>Lee's Alter Ego</dc:creator><description>&lt;p&gt;Seriously, Lee, don't bogart the time machine, bro.&lt;/p&gt;</description></item><item><title>Tech Ed - Women in IT</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2404902</link><pubDate>Fri, 04 May 2007 07:44:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2404902</guid><dc:creator>Darryl Burling @ Work</dc:creator><description>&lt;p&gt;While I'm up to my neck in Tech Ed at the moment, I thought I'd drop you a couple of little tidbits...&lt;/p&gt;
</description></item><item><title>Managed JScript announced</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2405256</link><pubDate>Fri, 04 May 2007 08:38:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2405256</guid><dc:creator>JScript Team Blog</dc:creator><description>&lt;p&gt;At MIX07 we released a new implementation of JavaScript on top of Dynamic Language Runtime (DLR) as part&lt;/p&gt;
</description></item><item><title>Jasper and C#</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2413432</link><pubDate>Fri, 04 May 2007 21:45:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2413432</guid><dc:creator>Man vs Code</dc:creator><description>&lt;p&gt;The question “ Is Jasper useable from c#? ” came up on the Jasper forum . The short answer is – We designed&lt;/p&gt;
</description></item><item><title>Impressions From Mix 07</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2414634</link><pubDate>Fri, 04 May 2007 23:31:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2414634</guid><dc:creator>Jackie Goldstein's Weblog (In Israel)</dc:creator><description>&lt;p&gt;As I am working my way back home from the MIX 07 conference, I have had time to reflect on the conference&lt;/p&gt;
</description></item><item><title>Dynamic Client Script</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2416414</link><pubDate>Sat, 05 May 2007 01:56:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2416414</guid><dc:creator>dmitryr's blog</dc:creator><description>&lt;p&gt;Attached to this post is the Dynamic Client Script sample -- an ASP.NET control that simplifies creation&lt;/p&gt;
</description></item><item><title>Impressions From Mix 07</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2419580</link><pubDate>Sat, 05 May 2007 05:07:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2419580</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;As I am working my way back home from the MIX 07 conference, I have had time to reflect on the conference&lt;/p&gt;
</description></item><item><title>微软发布IronRuby</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2436393</link><pubDate>Sun, 06 May 2007 03:44:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2436393</guid><dc:creator>毛遂自荐博客集</dc:creator><description>&lt;p&gt;微软公司在其 MIX07 大会上宣布了IronRuby，一个运行在.NET CLR之上的Ruby实现的发布。其中，IronRuby与Java VM上的JRuby类似，但与 Ruby/.NET Bridge&lt;/p&gt;
</description></item><item><title>微软发布IronRuby</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2436447</link><pubDate>Sun, 06 May 2007 03:45:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2436447</guid><dc:creator>ASP.NET Chinese Blogs</dc:creator><description>&lt;p&gt;微软公司在其 MIX07 大会上宣布了IronRuby，一个运行在.NET CLR之上的Ruby实现的发布。其中，IronRuby与Java VM上的JRuby类似，但与 Ruby/.NET Bridge&lt;/p&gt;
</description></item><item><title>Dynamic Language Runtime 微软打出的王牌</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2436786</link><pubDate>Sun, 06 May 2007 04:21:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2436786</guid><dc:creator>自由、创新、研究、探索……</dc:creator><description>&lt;p&gt;Dynamic Language Runtime(DLR)。DLR和IronPython全部开源，如果你微软这样的动作吃惊,请看看Microsoft 的 OpenSource Licence,可以到codeplex下载。新的动态语言运行时（Dynamic Language Runtime，DLR）向CLR中加入了一小部分核心特性，使之得到显著改善。它向平台中加入了一系列明确为动态语言需求所设计的服务，包括同享的动态类型系统、标准托管模型（Standard Hosting Model），以及轻松生成快速动态代码的支持&lt;/p&gt;
</description></item><item><title>support for dynamic languages on .NET </title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2448940</link><pubDate>Sun, 06 May 2007 20:36:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2448940</guid><dc:creator>Walter Stiers - Academic Relations Team (BeLux)</dc:creator><description>&lt;p&gt;Jim Hugunin's Thinking Dynamic has a series of blog entries on a new level of support for dynamic languages&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2457730</link><pubDate>Mon, 07 May 2007 07:50:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2457730</guid><dc:creator>sunil</dc:creator><description>&lt;p&gt;Great job...&lt;/p&gt;</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2462199</link><pubDate>Mon, 07 May 2007 15:12:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2462199</guid><dc:creator>Marco Antoniotti</dc:creator><description>&lt;p&gt;Good but....&lt;/p&gt;
&lt;p&gt;as Sturla already correctly implied, the really hard dynamic languages to handle are those in the Common Lisp and Dylan sphere.&lt;/p&gt;
&lt;p&gt;What provisions are there in the DLR to handle these?&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;</description></item><item><title>Några samlade intryck efter MIX-07</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2468612</link><pubDate>Tue, 08 May 2007 00:38:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2468612</guid><dc:creator>Robert Folkesson</dc:creator><description>&lt;p&gt;Nu n&amp;#228;r det har g&amp;#229;tt ett par dagar sedan jag kom hem fr&amp;#229;n Vegas och jag hunnit sm&amp;#228;lta veckan som gick&lt;/p&gt;
</description></item><item><title>.NET Anywhere, Now!</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2490533</link><pubDate>Wed, 09 May 2007 03:04:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2490533</guid><dc:creator>-:[web caboodle]:-</dc:creator><description>&lt;p&gt;Ars Technica are reporting that &amp;quot;Mono project lead developer Miguel de Icaza says that the Mono development&lt;/p&gt;
</description></item><item><title>Doamne că citit mai sunt</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2499433</link><pubDate>Wed, 09 May 2007 12:33:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2499433</guid><dc:creator>La treaba! v3</dc:creator><description>&lt;p&gt;&amp;#206;ncă puțin și devin de referință &amp;#238;n 2.0 :o) P&amp;#226;nă atunci, să capitalizez - introduc 180 de secunde de&lt;/p&gt;
</description></item><item><title>Siegeszug der dynamischen Sprachen haelt an</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2522077</link><pubDate>Thu, 10 May 2007 14:35:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2522077</guid><dc:creator>bafh.at</dc:creator><description>&lt;p&gt;Der Siegeszug der dynamischen Sprachen scheint nicht aufzuhalten zu sein. Wie ich bereits hier und hier berichtet habe, scheint besonders Ruby bei den zwei grossen Application-Frameworks von Sun und Microsoft hoch im Kurz zu stehen. Nach der Integ&lt;/p&gt;
</description></item><item><title>Las nuevas aplicaciones web ¿con herramientas Open-Source?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2562030</link><pubDate>Sat, 12 May 2007 07:21:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2562030</guid><dc:creator>Blog de todos</dc:creator><description>&lt;p&gt;Y croe que puedo decir que si de forma parcial. Que es lo que tienen en comun Sun, Adobe y Microsoft&lt;/p&gt;
</description></item><item><title>The Future of Visual Basic</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2630233</link><pubDate>Mon, 14 May 2007 21:19:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2630233</guid><dc:creator>Beth Massi - Sharing the goodness that is VB</dc:creator><description>&lt;p&gt;I'm here at DevTeach in beautiful Montreal ! And man, what great weather they are having so far. I'm&lt;/p&gt;
</description></item><item><title>Technical Currently-Reading List</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2639525</link><pubDate>Tue, 15 May 2007 06:19:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2639525</guid><dc:creator>Javier G. Lozano</dc:creator><description>&lt;p&gt;Technical Currently-Reading List&lt;/p&gt;
</description></item><item><title>Silverlight Is No Flash-lite</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2660981</link><pubDate>Wed, 16 May 2007 04:10:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2660981</guid><dc:creator>showbits.info</dc:creator><description>&lt;p&gt;Scott Hanselman , a .NET community leader and principal in the most excellent podcast Hanselminutes&lt;/p&gt;
</description></item><item><title>Going Dynamic</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2689519</link><pubDate>Thu, 17 May 2007 09:41:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2689519</guid><dc:creator>Lazy Coder</dc:creator><description>&lt;p&gt;It is a boom time for dynamic languages. Two weeks ago Microsoft announced DLR (Dynamic Language Runtime),...&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2728086</link><pubDate>Sat, 19 May 2007 10:23:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2728086</guid><dc:creator>SoftMind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Do I need to learn only Ruby or Ruby + C# to take the addvantage of DLR.&lt;/p&gt;
&lt;p&gt;I am just confused, can any one guide me. Plus... where can i read regular progress on IronRuby.&lt;/p&gt;
&lt;p&gt;Once i start working with IronRuby, will i get more advantage than RubyonRails or Less Advantages..?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>F# Books, and F#/XAML</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2740807</link><pubDate>Sun, 20 May 2007 02:30:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2740807</guid><dc:creator>Don Syme's WebLog on F# and Other Research Projects</dc:creator><description>&lt;p&gt;I'm glad to report that Robert Pickering's book Foundations of F# will be out soon. I'll be writing more&lt;/p&gt;
</description></item><item><title>豪门盛宴——微软Mix07大会（Silverlight和动态语言）</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2743776</link><pubDate>Sun, 20 May 2007 06:01:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2743776</guid><dc:creator>Planeboy</dc:creator><description>&lt;p&gt;微软于4月30日至5月2日在拉斯维加斯召开了Mix07大会，主要针对设计师、开发者和商业用户，用以普及微软的最新技术和产品。3天72小时的会议费用不菲，总共为995美元。本次Mix大会的主角是Silverlight，它是跨浏览器、跨平台的.NET CLR运行时插件，允许设计师和开发人员在浏览器中建造丰富的媒体体验和RIA应用。&lt;/p&gt;
</description></item><item><title>24 de postari pierdute + comentariile</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2790427</link><pubDate>Tue, 22 May 2007 14:16:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2790427</guid><dc:creator>Weblogul lui Zoli</dc:creator><description>&lt;p&gt;Asta dupa caderea de saptamana trecuta: doua discuri crapate simultan, plus backup (numai) din februarie.&lt;/p&gt;
</description></item><item><title>Dynamic Language Runtime announced</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2874162</link><pubDate>Fri, 25 May 2007 18:21:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2874162</guid><dc:creator>Not necessarily Dot Net</dc:creator><description>&lt;p&gt;Yeah, this is almost a month old, but it's still the first time I've heard about it ...&lt;/p&gt;
</description></item><item><title>re: A Dynamic Language Runtime (DLR)</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#2924797</link><pubDate>Sun, 27 May 2007 22:02:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2924797</guid><dc:creator>Omid</dc:creator><description>&lt;p&gt;This is great news. My questions: Will this also be supported by PowerShell script? What will happen to JScript.NET?&lt;/p&gt;</description></item><item><title>DLR Languages Experience</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3087356</link><pubDate>Tue, 05 Jun 2007 02:00:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3087356</guid><dc:creator>Lightweight Thought Generation</dc:creator><description>&lt;p&gt;John Lam , Dino Viehland and I conducted a session on building languages on top of the Dynamic Language&lt;/p&gt;
</description></item><item><title>VB.NET vs. C#, round 3?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3091892</link><pubDate>Tue, 05 Jun 2007 08:56:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3091892</guid><dc:creator>Jon Galloway</dc:creator><description>&lt;p&gt;VB.NET gets a hard time from C# developers. For a variety of reasons, the leading .NET programmers seem&lt;/p&gt;
</description></item><item><title>June Meeting - Reminder</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3093782</link><pubDate>Tue, 05 Jun 2007 11:10:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3093782</guid><dc:creator>Announcements and Events</dc:creator><description>&lt;p&gt;This is a quick reminder about the upcoming events in June and July for the Perth .NET Community of Practice.&lt;/p&gt;
</description></item><item><title>Python, Ruby, BLOCKED SCRIPT lenguajes dinámicos en .NET</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3154694</link><pubDate>Fri, 08 Jun 2007 07:28:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3154694</guid><dc:creator>.NET a 2.860 m de altura</dc:creator><description>&lt;p&gt;En esta entrada de Jimmy Calahorrano coment&amp;amp;eacute; que me parec&amp;amp;iacute;a interesante hablar sobre los&lt;/p&gt;
</description></item><item><title>Python, Ruby y otros lenguajes dinámicos en .NET</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3154774</link><pubDate>Fri, 08 Jun 2007 07:35:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3154774</guid><dc:creator>Blog de todos</dc:creator><description>&lt;p&gt;En esta entrada de Jimmy Calahorrano coment&amp;#233; que me parec&amp;#237;a interesante hablar sobre los lenguajes din&amp;#225;micos&lt;/p&gt;
</description></item><item><title>MIX'08 Announced</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3412941</link><pubDate>Wed, 20 Jun 2007 01:12:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3412941</guid><dc:creator>Dave Bost</dc:creator><description>&lt;p&gt;This year's MIX conference brought a lot of excitement and buzz to the industry with the announcements&lt;/p&gt;
</description></item><item><title>JoR - Javascript on Rails. Is it April 1st?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3571966</link><pubDate>Thu, 28 Jun 2007 02:09:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3571966</guid><dc:creator>andyBlog [andy britcliffe]</dc:creator><description>&lt;p&gt;I&amp;amp;#39;m not sure what to make of this one from the Googleplex , it&amp;amp;#39;s certainly food for thought but&lt;/p&gt;
</description></item><item><title>The Rails Question &amp;amp; the .NET Open Source Dilemma</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3609176</link><pubDate>Fri, 29 Jun 2007 22:16:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3609176</guid><dc:creator>Hartmut's Box</dc:creator><description>&lt;p&gt;Harry Pierson examines The Rails Question, asked by Nick Malik, in his blog: &amp;amp;#8220;what is the Rails &amp;amp;#8220;answer&amp;amp;#8221; on the Microsoft platform? At first Pierson readily refers to the Microsoft Dynamic Language Runtime (DLR) team, which will provide&lt;/p&gt;
</description></item><item><title>Nyårslöften</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3651874</link><pubDate>Mon, 02 Jul 2007 01:37:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3651874</guid><dc:creator>Robert Folkesson</dc:creator><description>&lt;p&gt;Eftersom Microsoft har brutet r&amp;#228;kenskaps&amp;#229;r som slutar den sista juni har alla internt haft fullt upp&lt;/p&gt;
</description></item><item><title>Nyårslöften</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3652027</link><pubDate>Mon, 02 Jul 2007 01:45:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3652027</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Eftersom Microsoft har brutet r&amp;#228;kenskaps&amp;#229;r som slutar den sista juni har alla internt haft fullt upp&lt;/p&gt;
</description></item><item><title>Programming Proverbs 25 Consider another language</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3811194</link><pubDate>Wed, 11 Jul 2007 10:31:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3811194</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;What&amp;amp;#39;s that old line about if all you have is a hammer all your problems look like nails? There are&lt;/p&gt;
</description></item><item><title>Silverkey Demo Day II - an insider's report</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#3868483</link><pubDate>Sat, 14 Jul 2007 20:39:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3868483</guid><dc:creator>Mohammad Tayseer</dc:creator><description>&lt;p&gt;For audience opinons, see Korayem or Ahmad Shreef To know how we got the idea...&lt;/p&gt;
</description></item><item><title>IronRuby news : first drop of the source code</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4010428</link><pubDate>Mon, 23 Jul 2007 17:30:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4010428</guid><dc:creator>Artificial Ignorance - Anand Iyer's Blog</dc:creator><description>&lt;p&gt;You may have heard of IronRuby - a shared source implementation of Ruby that runs on top of the .NET.&lt;/p&gt;
</description></item><item><title>IronRuby &amp; DLR – Giving Developers more Language Choice in .Net</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4032400</link><pubDate>Tue, 24 Jul 2007 21:53:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4032400</guid><dc:creator>Adam Wiener's Thoughts and Comments</dc:creator><description>&lt;p&gt;I know when I think about .Net programming languages the first thing that pops into my head is &amp;quot;C#&amp;quot; followed&lt;/p&gt;
</description></item><item><title>IronRuby &amp;amp; DLR – Giving Developers more Language Choice in .Net</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4032466</link><pubDate>Tue, 24 Jul 2007 22:16:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4032466</guid><dc:creator>外部部落格</dc:creator><description>&lt;p&gt;I know when I think about .Net programming languages the first thing that pops into my head is &amp;amp;quot;C#&amp;amp;quot;&lt;/p&gt;
</description></item><item><title>IronRuby &amp; DLR – Giving Developers more Language Choice in .Net</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4032497</link><pubDate>Tue, 24 Jul 2007 22:24:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4032497</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;I know when I think about .Net programming languages the first thing that pops into my head is &amp;amp;quot;C#&amp;amp;quot;&lt;/p&gt;
</description></item><item><title>Silverlight, DLR und .NET</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4059613</link><pubDate>Thu, 26 Jul 2007 12:52:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4059613</guid><dc:creator>E#</dc:creator><description>&lt;p&gt;Es gibt seit einer Weile eine Python Implementierung f&amp;#252;r .NET (IronPython). Python...&lt;/p&gt;
</description></item><item><title>Visual Studio 2008 Beta 2, Silverlight, Rosario, and more!</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4090375</link><pubDate>Sat, 28 Jul 2007 03:42:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4090375</guid><dc:creator>Brain Matter</dc:creator><description>&lt;p&gt;Visual Studio 2008 Beta 2, Silverlight, Rosario, and more!&lt;/p&gt;</description></item><item><title>Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4100813</link><pubDate>Sat, 28 Jul 2007 15:47:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4100813</guid><dc:creator>DT blogi</dc:creator><description>&lt;p&gt;Neljap&amp;#228;eval andis Microsoft v&amp;#228;lja Visual Studio 2008 teise beta-versiooni. Samuti tuli uus versioon Silverlight-ist, seekord siis 1.0 RC. L&amp;#228;himal ajal on oodata Visual Studiole add-in-i, mis v&amp;#245;imaldab Visual Studiot kasutada Silverlight-i arendusk...&lt;/p&gt;
</description></item><item><title>Microsoft Veröffentlicht IronRuby an Open Source Group</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4186527</link><pubDate>Thu, 02 Aug 2007 13:52:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4186527</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Am 23. Juli hat Microsoft die erste Release der Hauseigenen IronRuby Implementierung angek&amp;#252;ndigt. IronRuby&lt;/p&gt;
</description></item><item><title>Initial Thoughts on IronRuby - Eating Some Humble Pie</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4505479</link><pubDate>Wed, 22 Aug 2007 09:00:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4505479</guid><dc:creator>Kelly White</dc:creator><description>&lt;p&gt;July&amp;amp;#39;s PADNUG meeting featured John Lam talking about the work he is doing with IronRuby . That meeting&lt;/p&gt;
</description></item><item><title>Woohoo!  IronLisp</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4725376</link><pubDate>Mon, 03 Sep 2007 18:37:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4725376</guid><dc:creator>David's blog</dc:creator><description /></item><item><title>Ruby - The language of choice?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4747814</link><pubDate>Tue, 04 Sep 2007 22:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4747814</guid><dc:creator>The long way round...</dc:creator><description>&lt;p&gt;Okay, I have caught the Ruby bug. It's like an itch, the more I scratch it, the more it needs to be scratched. Ruby is a great language. That's a fact. Rails is a great web framework. That's a fact. Somewhat over-h&lt;/p&gt;
</description></item><item><title>MIX 07 Day 2</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4881735</link><pubDate>Wed, 12 Sep 2007 19:35:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4881735</guid><dc:creator>But it works on my PC!</dc:creator><description>&lt;p&gt;See I was right, in my post yesterday I said the key role missing in most WPF projects was the &amp;amp;#39;designer&lt;/p&gt;
</description></item><item><title>Y ahora LISP en .NET</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4887792</link><pubDate>Thu, 13 Sep 2007 06:01:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4887792</guid><dc:creator>.NET a 2.860 m de altura</dc:creator><description>&lt;p&gt;Parece que el lanzamiento del DLR realmente despert&amp;amp;oacute; la implementaci&amp;amp;oacute;n en .NET de lenguajes&lt;/p&gt;
</description></item><item><title>Y ahora LISP en .NET</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4887836</link><pubDate>Thu, 13 Sep 2007 06:05:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4887836</guid><dc:creator>edgarsanchez</dc:creator><description>&lt;p&gt;Parece que el lanzamiento del DLR realmente despert&amp;#243; la implementaci&amp;#243;n en .NET de lenguajes muy diferentes&lt;/p&gt;
</description></item><item><title>texas high school football rankings 2006</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#4915164</link><pubDate>Fri, 14 Sep 2007 21:02:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4915164</guid><dc:creator>texas high school football rankings 2006</dc:creator><description>&lt;p&gt;texas high school football rankings 2006&lt;/p&gt;
</description></item><item><title>Hanselminutes Podcast 63 - Scott Guthrie and Jason Zander on Silverlight</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#5382475</link><pubDate>Tue, 09 Oct 2007 16:36:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5382475</guid><dc:creator>Blogs</dc:creator><description>&lt;p&gt;My sixty-third podcast is up and this one was a blast. I recorded this one at Mix just two days ago with&lt;/p&gt;
</description></item><item><title>Putting Mix, Silverlight, the CoreCLR and the DLR into context</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#5382478</link><pubDate>Tue, 09 Oct 2007 16:38:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5382478</guid><dc:creator>Blogs</dc:creator><description>&lt;p&gt;Updated: I got some feedback from some MSFTies and this is an updated ecosystem diagram. For reference&lt;/p&gt;
</description></item><item><title>MSDN Radio Special - dynamiska språk med Niclas Nilsson från Factor10</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#5598834</link><pubDate>Mon, 22 Oct 2007 16:16:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5598834</guid><dc:creator>Robert Folkesson</dc:creator><description>&lt;p&gt;Dynamiska spr&amp;#229;k som Ruby och Python och &amp;#228;r n&amp;#229;got som &amp;#228;r oerh&amp;#246;rt hett just nu. Microsoft arbetar med att&lt;/p&gt;
</description></item><item><title>MSDN Radio Special - dynamiska språk med Niclas Nilsson från Factor10</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#5600083</link><pubDate>Mon, 22 Oct 2007 17:13:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5600083</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Dynamiska spr&amp;#229;k som Ruby och Python och &amp;#228;r n&amp;#229;got som &amp;#228;r oerh&amp;#246;rt hett just nu. Microsoft arbetar med att&lt;/p&gt;</description></item><item><title>Can I Replace My JavaScript Code With a Silverlight App?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#6526431</link><pubDate>Mon, 26 Nov 2007 09:25:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6526431</guid><dc:creator>K. Scott Allen</dc:creator><description>&lt;p&gt;Some say DOM scripting will end in fire,Some say in Silverlight.Still others say with much desire,That...&lt;/p&gt;
</description></item><item><title>Can I Replace My JavaScript Code With a Silverlight App?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#6526625</link><pubDate>Mon, 26 Nov 2007 09:43:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6526625</guid><dc:creator>BusinessRx Reading List</dc:creator><description>&lt;p&gt;Some say DOM scripting will end in fire, Some say in Silverlight. Still others say with much desire,&lt;/p&gt;
</description></item><item><title>Planejamento Estrat&amp;#233;gico de TI /ou: Resmungo de um desenvolvedor</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#6582380</link><pubDate>Wed, 28 Nov 2007 20:22:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6582380</guid><dc:creator>C que sabe!</dc:creator><description>&lt;p&gt;Voc&amp;#234;, leitor deste blog, pode pensar que tenho algum problema com a Microsoft, pois o conte&amp;#250;do dos &amp;#250;ltimos...&lt;/p&gt;
</description></item><item><title>Hello World</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#6584377</link><pubDate>Wed, 28 Nov 2007 23:29:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6584377</guid><dc:creator>Ryan Dawson's Web Log</dc:creator><description>&lt;p&gt;Hello everyone.&amp;amp;#160; Welcome to my blog.&amp;amp;#160; The focus of this blog will be dynamic languages at Microsoft&lt;/p&gt;
</description></item><item><title>Quirky News Review of 2007</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#6947579</link><pubDate>Wed, 02 Jan 2008 07:16:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6947579</guid><dc:creator>K. Scott Allen</dc:creator><description>&lt;p&gt;Not surprisingly, the year 2007 started with January. Microsoft and Ford launched SyncMyRide.com during...&lt;/p&gt;
</description></item><item><title>Quirky News Review of 2007</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#6947856</link><pubDate>Wed, 02 Jan 2008 07:44:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6947856</guid><dc:creator>BusinessRx Reading List</dc:creator><description>&lt;p&gt;Not surprisingly, the year 2007 started with January . Microsoft and Ford launched SyncMyRide.com during&lt;/p&gt;
</description></item><item><title>Massimiliano Mantione: 03 Feb 2008</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#7422378</link><pubDate>Mon, 04 Feb 2008 04:35:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7422378</guid><dc:creator>工程師的雞排攤</dc:creator><description>&lt;p&gt;Cocos: &amp;amp;quot;Compiler Construction Set&amp;amp;quot;, part 1 (framing the problem) In this post I&amp;amp;#39;ll be talking&lt;/p&gt;
</description></item><item><title>Duck Typing in C#</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#8404329</link><pubDate>Thu, 17 Apr 2008 22:25:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8404329</guid><dc:creator>Hartmut's Box</dc:creator><description>&lt;p&gt;I stumbled upon David Meyer&amp;amp;#8217;s Duck Typing Project while searching for infos about the DLR: The duck typing library is a .NET class library written in C# that enables duck typing. Duck typing is a principle of dynamic typing in...&lt;/p&gt;
</description></item><item><title>Dynamic Languages Interview</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#8518810</link><pubDate>Mon, 19 May 2008 10:59:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8518810</guid><dc:creator>TrackBack</dc:creator><description>&lt;p&gt;Will and I spoke with Martin Maly about the&lt;/p&gt;
</description></item><item><title>Ruby on Rails and the VM of Your Choice</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#8531826</link><pubDate>Thu, 22 May 2008 17:19:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8531826</guid><dc:creator>Accidental Technologist</dc:creator><description>&lt;p&gt;I think just about everyone in the software development community at least knows what Ruby on Rails is, so I won't do into it here. There is some real exciting things going on in the Ruby community and in particular, Ruby on Rails running on more than&lt;/p&gt;
</description></item><item><title>Papa fritas, cervezas y una babel de esos raros lenguajes nuevos</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#8955366</link><pubDate>Wed, 17 Sep 2008 14:55:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8955366</guid><dc:creator>Angel "Java" Lopez</dc:creator><description>&lt;p&gt;Gracias a la gente de Microsoft de Argentina, en especial al bueno de Miguel Saez , tendr&amp;#233; el gran gusto&lt;/p&gt;
</description></item><item><title>Silverlight 2 is out!</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#8999252</link><pubDate>Tue, 14 Oct 2008 12:43:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8999252</guid><dc:creator>Microsoft Weblogs</dc:creator><description>&lt;p&gt;Bam. Silverlight 2 is out . There's the expected stuff, like the final SDK, Expression, and Silverlight&lt;/p&gt;
</description></item><item><title>Silverlight 2 is out!</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#8999327</link><pubDate>Tue, 14 Oct 2008 14:21:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8999327</guid><dc:creator>ASPInsiders</dc:creator><description>&lt;p&gt;Bam. Silverlight 2 is out . There's the expected stuff, like the final SDK, Expression, and Silverlight&lt;/p&gt;
</description></item><item><title>Ruby on .NET sau ce promite DLR?</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#9152166</link><pubDate>Fri, 28 Nov 2008 19:09:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9152166</guid><dc:creator>Weblogul lui Zoli</dc:creator><description>&lt;p&gt;De multe ori primeam intrebari de genul &amp;amp;quot;care e strategia Microsoft in domeniul limbajelor dinamice?&amp;amp;quot;&lt;/p&gt;
</description></item><item><title>New and Notable 163 - Special MIX'07 Edition</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#9167946</link><pubDate>Wed, 03 Dec 2008 06:11:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9167946</guid><dc:creator>Sam Gentile's Blog</dc:creator><description>&lt;p&gt;Given all the announcements and implications from the Mix'07 conference, I am writing this N&amp;amp;amp;N attempting to capture in a list what it all means, at least what I think it means. I'm going to skip categories since the announcements span technologies.&lt;/p&gt;
</description></item><item><title>The Technology Deluge Continues</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#9274681</link><pubDate>Mon, 05 Jan 2009 03:35:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9274681</guid><dc:creator>Jeff W. Barnes</dc:creator><description>&lt;p&gt;The Technology Deluge Continues&lt;/p&gt;
</description></item><item><title>DLR and IronRuby</title><link>http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx#9499064</link><pubDate>Sun, 22 Mar 2009 20:02:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9499064</guid><dc:creator>Nick Parker</dc:creator><description>&lt;p&gt;DLR and IronRuby&lt;/p&gt;
</description></item></channel></rss>