<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.nickhodge.com &#187; dlr</title>
	<atom:link href="http://www.nickhodge.com/blog/archives/category/dynamic-language-runtime/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nickhodge.com/blog</link>
	<description>microsoft, munging and on being a mercurial iconoclastic professional geek.</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>First Irons in the Fire</title>
		<link>http://www.nickhodge.com/blog/archives/2610</link>
		<comments>http://www.nickhodge.com/blog/archives/2610#comments</comments>
		<pubDate>Tue, 09 Sep 2008 12:35:12 +0000</pubDate>
		<dc:creator>Nick Hodge</dc:creator>
				<category><![CDATA[dlr]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.nickhodge.com/blog/archives/2610</guid>
		<description><![CDATA[Downloaded from source and compiled. IronRuby seems pretty self-contained (ie: all the Libs + gems) come along IronPython: I need to find out how to point it at my cPython install Can do simple .pyw to IronPythonWindows, including a call to .NET Windows.Forms Off we go!]]></description>
			<content:encoded><![CDATA[<p><a title="Irons in the Fire" href="http://www.flickr.com/photos/37473564@N00/2842191005/"><img border="0" alt="Irons in the Fire" src="http://static.flickr.com/3113/2842191005_510877e525.jpg" /></a></p>
<p>Downloaded from source and compiled.</p>
<p>IronRuby seems pretty self-contained (ie: all the Libs + gems) come along</p>
<p>IronPython: I need to find out how to point it at my cPython install</p>
<p>Can do simple .pyw to IronPythonWindows, including a call to .NET Windows.Forms</p>
<p>Off we go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickhodge.com/blog/archives/2610/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LOLCODE on DLR. Download it now</title>
		<link>http://www.nickhodge.com/blog/archives/2406</link>
		<comments>http://www.nickhodge.com/blog/archives/2406#comments</comments>
		<pubDate>Sun, 11 Nov 2007 08:04:56 +0000</pubDate>
		<dc:creator>Nick Hodge</dc:creator>
				<category><![CDATA[dlr]]></category>
		<category><![CDATA[lolcode]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.nickhodge.com/blog/archives/2406</guid>
		<description><![CDATA[John Lam announces that LOLCODE on the DLR is now available. INVISIBLE HAPPINESS]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iunknown.com/2007/11/lolcode-on-dlr.html">John Lam announces that LOLCODE on the DLR is now available.</a></p>
<p>INVISIBLE HAPPINESS</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickhodge.com/blog/archives/2406/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Lam and Jim Hugunin: DLR Presentation</title>
		<link>http://www.nickhodge.com/blog/archives/1920</link>
		<comments>http://www.nickhodge.com/blog/archives/1920#comments</comments>
		<pubDate>Thu, 03 May 2007 01:36:05 +0000</pubDate>
		<dc:creator>Nick Hodge</dc:creator>
				<category><![CDATA[dlr]]></category>
		<category><![CDATA[ironpython]]></category>
		<category><![CDATA[ironruby]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mix07]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.nickhodge.com/blog/archives/1920</guid>
		<description><![CDATA[Microsoft’s John Lam and Jim Hugunin go large with the DLR at MIX07. Here are my notes whilst listening and watching the presentation: What to expect: a Mac, TextMate, Javascript, Python, Ruby, SafariÂ and Silverlight.Â  TextMate equals text editing. Silverlight is not binary, its just XML and text. You can break it apart and look at [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft’s <a href="http://sessions.visitmix.com/default.asp?year=All&amp;event=1011&amp;sessionChoice=2012&amp;sortChoice=4&amp;stype=asc&amp;id=1511&amp;search=DEV02&amp;rsscheck=rss">John Lam and Jim Hugunin go large with the DLR at MIX07</a>. Here are my notes whilst listening and watching the presentation:</p>
<p>What to expect: a Mac, TextMate, Javascript, Python, Ruby, SafariÂ and Silverlight.Â  TextMate equals text editing. Silverlight is not binary, its just XML and text. You can break it apart and look at the gooeyness inside. And some friendly Microsoft people bantering about Ruby vs Python.</p>
<p>And DLR is going Open Source, like <a href="http://www.codeplex.com/IronPython">IronPython</a>.</p>
<p>What strikes me the most is that the language that people are comfortable with: Javascript, Python, Ruby, C# — you can code your client side in the same language as server side.</p>
<p>Also, having Ruby instantiate Javascript and call functions. Wow. With a C# object doing UI. Technorati via XML through Yahoo!Pipes to JSON to Silverlight on a Mac. Retrieving from the JSON object deserialised and queried via LINQ.</p>
<p>Let alone doing Basic, with REM and all.</p>
<p>In their only Powerpoint slide, Jim details the performance gains of IronPython on the CLR engine. I wonder if the perf gains are going to match to Ruby, too? Is the DLR/CLR going to be the saviour of the scaling bumps of Ruby?</p>
<h3>Parts of the DLR (from Jim Hugunin at end of video):</h3>
<ol>
<li>Dynamic type system, shared object system</li>
<li>Shared hosting API; host one, get all of ‘em. ruby bits are coming together now.</li>
<li>Bunch of helpers for compiler writers, so dynamic language runs fast</li>
</ol>
<p><strong>Question</strong>: can use DLR inside console, ASP.NET?</p>
<p><strong>Answer</strong>: yes, you can use DLR anywhere you are using .NET. More constrained in Silverlight, due to the sandbox.</p>
<p><strong>Question</strong>: is it compiling an assembly, or executing script</p>
<p><strong>Answer</strong>: Dynamic methods in .NET 2.0, for code generation lazily; and is a dynamic method. Only held whilst there is a live reference. ASP.NET scenarios with stress test not held onto. Not using method rental; System.Reflection.EmitDynamicMethod</p>
<p><strong>Question</strong>: JScript.NET vs. new Dynamic Language Jscript?</p>
<p>Answer: Developer want language purity, not tightÂ integration and following .NET. So follow the ECMA 3.0 spec. That’s Javascript. vs. Ruby “freelove” specification of Ruby is its implementation, not a specification document.</p>
<p>Microsoft has changed, big time. My head is spinning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickhodge.com/blog/archives/1920/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More DLR</title>
		<link>http://www.nickhodge.com/blog/archives/1916</link>
		<comments>http://www.nickhodge.com/blog/archives/1916#comments</comments>
		<pubDate>Wed, 02 May 2007 02:15:31 +0000</pubDate>
		<dc:creator>Nick Hodge</dc:creator>
				<category><![CDATA[dlr]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.nickhodge.com/blog/archives/1916</guid>
		<description><![CDATA[John Lam, why Dynamic Languages from John Udell podcast: expressing my intent in the code. Interesting interview between Tim Heuer and John Lam on Ruby as a part of the announcements yesterday. The Ruby support from Microsoft is more than just Silverlight; it also crosses into the server and the client, outside the browser. 21st [...]]]></description>
			<content:encoded><![CDATA[<p>John Lam, why Dynamic Languages from <a href="http://channel9.msdn.com/Showpost.aspx?postid=304541">John Udell podcast</a>:</p>
<blockquote><p>expressing my intent in the code.</p></blockquote>
<p>Interesting interview between <a href="http://channel9.msdn.com/Showpost.aspx?postid=304924">Tim Heuer and John Lam on Ruby</a> as a part of the announcements yesterday.</p>
<blockquote><p>The Ruby support from Microsoft is more than just Silverlight; it also crosses into the server and the client, outside the browser.</p></blockquote>
<p>21st Century SmallTalk: <a href="http://vistasmalltalk.wordpress.com/2007/05/01/dynamic-code-in-silverlight/">IronPython 2.0 in a browser, performance and dynamic fun</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickhodge.com/blog/archives/1916/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miguel de Icaza on DLR</title>
		<link>http://www.nickhodge.com/blog/archives/1914</link>
		<comments>http://www.nickhodge.com/blog/archives/1914#comments</comments>
		<pubDate>Tue, 01 May 2007 10:02:37 +0000</pubDate>
		<dc:creator>Nick Hodge</dc:creator>
				<category><![CDATA[dlr]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.nickhodge.com/blog/archives/1914</guid>
		<description><![CDATA[Miguel de Icaza, lead of the Mono project (opensource CLR) on the new Dynamic Language Runtime: Binaries of the DLR were released today as part of Silverlight 1.1, and the source code was included with IronPython 2.0 (also released today). The release for the DLR is done under the terms of the Microsoft Permissive License [...]]]></description>
			<content:encoded><![CDATA[<p>Miguel de Icaza, lead of the Mono project (opensource CLR) on the new Dynamic Language Runtime:</p>
<blockquote><p>Binaries of the DLR were released today as part of Silverlight 1.1, and the source code was included with IronPython 2.0 (also released today).</p>
<p>The release for the DLR is done under the terms of the Microsoft Permissive License (MsPL) which is by all means an open source license. This means that we can use and distribute the DLR as part of Mono without having to build it from scratch. A brilliant move by Microsoft.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nickhodge.com/blog/archives/1914/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By the light of Dynamic Silverlight</title>
		<link>http://www.nickhodge.com/blog/archives/1913</link>
		<comments>http://www.nickhodge.com/blog/archives/1913#comments</comments>
		<pubDate>Mon, 30 Apr 2007 23:56:02 +0000</pubDate>
		<dc:creator>Nick Hodge</dc:creator>
				<category><![CDATA[dlr]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mix07]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.nickhodge.com/blog/archives/1913</guid>
		<description><![CDATA[Keeping secrets is tough. Hearing about the Dynamic Language Runtime (DLR) from John Lam in February this year was one of those secrets that kept well. John Udell interviewed John Lam, and has a backgrounder here. Some in the Ruby community didn’t see this coming. Jim Hugunin has a posting on the new DLR, open [...]]]></description>
			<content:encoded><![CDATA[<p>Keeping secrets is tough. Hearing about the Dynamic Language Runtime (DLR) from <a href="http://iunknown.typepad.com/john_lam_on_software/2007/04/introducing_iro.html">John Lam</a> in February this year was one of those secrets that kept well.</p>
<p><a href="http://blog.jonudell.net/2007/04/30/a-conversation-with-john-lam-about-the-dynamic-language-runtime-silverlight-and-ruby/">John Udell interviewed John Lam, and has a backgrounder here</a>. Some in the Ruby community <a href="http://jutopia.tirsen.com/articles/2007/04/30/microsoft-brings-ruby-to-the-browser-via-silverlight">didn’t see this coming</a>.</p>
<p><a href="http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx">Jim Hugunin has a posting on the new DLR</a>, open source nature of the DLR on his “Thinking Dynamically” blog.</p>
<blockquote><p>In addition to the Silverlight release, we’ve also made the full source code for both IronPython and all of the new DLR platform code available on codeplex under the BSD-style <a href="http://www.microsoft.com/resources/sharedsource/licensingbasics/permissivelicense.mspx">Microsoft Permissive License</a>.Â All of that code can be downloaded today as part of the IronPython project at <a href="http://codeplex.com/ironpython">codeplex.com/ironpython</a>.</p></blockquote>
<p>The reality of being able to debug Ruby in a client-side UI framework on Safari on a Mac using Microsoft Silverlight <a href="http://www.bernardfarrell.com/blog/2007/04/ray-ozzie-keynote-at-mix07.htm">tickles me, and others, greatly</a>.</p>
<p><a href="http://thewpfblog.com/?p=113">Blog from the keynote today</a>, with all the ups-and-downs. Good to see I am not the only one who craves demos and has subversive thoughts in the midst of formal sessions.</p>
<p><a href="http://blogs.zdnet.com/Stewart/?p=356">Ryan Stewart has comments</a>, and further links. The DLR adds 400K (what the!) to the Silverlight download. Wow.</p>
<p><a href="http://blogs.zdnet.com/BTL/?p=4951">zdnet has a sort of transcript of the Q&amp;A</a> that occured with Mike Arrington, Ray Ozzie and Scottgu.</p>
<p>Does Microsoft get Web 2.0? Yes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickhodge.com/blog/archives/1913/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

