<?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>Building a DLR Language - Extension Methods</title><link>http://blogs.msdn.com/mmaly/archive/2008/03/03/building-a-dlr-language-extension-methods.aspx</link><description>In the previous post we explored options to express dynamic behavior of "formatting" an object for output. First option was to use relatively well fitting dynamic operation from the DLR core set - CodeRepresentation. There's another option which we'll</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Building a DLR Language - Extension Methods</title><link>http://blogs.msdn.com/mmaly/archive/2008/03/03/building-a-dlr-language-extension-methods.aspx#8035040</link><pubDate>Tue, 04 Mar 2008 23:59:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8035040</guid><dc:creator>onektwenty4</dc:creator><description>&lt;p&gt;Whats the reasoning for making your extension methods the way you did instead of using the 'this' modifier in the methods? &amp;nbsp;Are we just doing it this way to keep ToyScript simple?&lt;/p&gt;
</description></item><item><title>re: Building a DLR Language - Extension Methods</title><link>http://blogs.msdn.com/mmaly/archive/2008/03/03/building-a-dlr-language-extension-methods.aspx#8056190</link><pubDate>Thu, 06 Mar 2008 00:47:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8056190</guid><dc:creator>mmaly</dc:creator><description>&lt;p&gt;Good question. The main reason is simply that IronPython and DLR currently only takes dependency on the Visual Studio 2005 version of the .NET runtime and compilers, which don't yet have the &amp;quot;this&amp;quot; modifier available. In the future it is obviously something we should support.&lt;/p&gt;
</description></item></channel></rss>