<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
		<link></link>
	</image>
	<description>
On the Friday before MIX, I recorded this podcast with 
John Lam. He&#39;s the creator of RubyCLR and, as it happens, he joined Microsoft on the same day I did. John&#39;s been

running silent since then, but no longer. In this conversation we discuss the dynamic language runtime (DLR), a generalization of Jim Hugunin&#39;s work on IronPython, and a quartet of languages that make use of its services. They include a refactored IronPython,
 a new managed implementation of JavaScript, Visual Basic, and a new implementation of Ruby which, unlike RubyCLR, does not rely on the C-based Ruby runtime.
 
We also explore the ability of these languagues to run inside Silverlight-equipped browsers. Key benefits include cross-language interoperability, access to Silverlight&#39;s subset of the .NET Framework, and more broadly, a new approach to writing ambitious
 browser-based software.  
</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 23:29:01 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 23:29:01 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
		<description>
			<![CDATA[Is the &quot;DLR&quot; version of Ruby good enough to run Rails?<br>
<br>
<p>posted by Cairo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633136608390000000</link>
		<pubDate>Wed, 02 May 2007 00:00:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633136608390000000</guid>
		<dc:creator>Cairo</dc:creator>
	</item>
	<item>
		<title>Re: A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
		<description>
			<![CDATA[also check out a video interview:&nbsp;<a href="/Showpost.aspx?postid=304924"><a href="http://channel9.msdn.com/Showpost.aspx?postid=304924">http&#58;&#47;&#47;channel9.msdn.com&#47;Showpost.aspx&#63;postid&#61;304924</a></a><p>posted by TimHeuer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633136898230000000</link>
		<pubDate>Wed, 02 May 2007 08:03:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633136898230000000</guid>
		<dc:creator>TimHeuer</dc:creator>
	</item>
	<item>
		<title>Re: A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
		<description>
			<![CDATA[Nobody would take our implementation seriously if it doesn't run Rails. But we've only been working on this for 4 weeks ...<p>posted by john_lam</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633137203500000000</link>
		<pubDate>Wed, 02 May 2007 16:32:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633137203500000000</guid>
		<dc:creator>john_lam</dc:creator>
	</item>
	<item>
		<title>Re: A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
		<description>
			<![CDATA[That looks quite interesting.<br>
<br>
I’d like to hear more details about the DLR and how it could be used outside of Silverlight.<br>
<br>
I’m particularly curious about your IDE ideas for dynamic languages and I’m wondering if it would be possible to use languages that are traditionally image based like Self or Smalltalk in .NET.<br>
<br>
I'm also curious to see what changed in the dynamic versions of javascript and vb.<br>
<p>posted by R4p70r</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633137617410000000</link>
		<pubDate>Thu, 03 May 2007 04:02:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633137617410000000</guid>
		<dc:creator>R4p70r</dc:creator>
	</item>
	<item>
		<title>Re: A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
		<description>
			<![CDATA[Excellent podcast. Packed with great info. I learned a lot but was most excited to hear you talk about using the DLR and languages like Ruby outside of&nbsp;Silverlight. I'd gotten it into my head that&nbsp;using one required the other. Not true. Nothing at all
 against Silverlight, but being able to run Ruby inside of a DLR implementation of the Rails framework (which will no doubt come along shortly)&nbsp;while having external access to the .NET framework... Holy cow!<p>posted by dannykboyd</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633139884770000000</link>
		<pubDate>Sat, 05 May 2007 19:01:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633139884770000000</guid>
		<dc:creator>dannykboyd</dc:creator>
	</item>
	<item>
		<title>Re: A conversation with John Lam about the dynamic language runtime, Silverlight, and Ruby</title>
		<description>
			<![CDATA[Jon.<br>
<br>
As always, an interesting and informative conversation.<br>
<br>
I listened to this in the car, so I needed it turned up for the quiet parts. But the volume variability was
<b>a lot</b>.<br>
<br>
Have you tried The Levelator from Gigavox? It does a really <i>nice</i> job of levelling the volumes. And when you've got phone conversation the resulting podcast is just great. And the price is right!<br>
<br>
Maybe you'd consider it for future podcasts?<br>
<br>
<p>posted by bernard.farrell</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633154495010000000</link>
		<pubDate>Tue, 22 May 2007 16:51:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Microsoft+Conversations+with+J/A-conversation-with-John-Lam-about-the-dynamic-language-runtime-Silverlight-and-Ruby#c633154495010000000</guid>
		<dc:creator>bernard.farrell</dc:creator>
	</item>
</channel>
</rss>