<?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>Wizards of Smart &#187; dlr</title>
	<atom:link href="http://wizardsofsmart.net/tag/dlr/feed/" rel="self" type="application/rss+xml" />
	<link>http://wizardsofsmart.net</link>
	<description>.NET Design Patterns</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:40:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta2-14896</generator>
		<item>
		<title>ANN: Houston Dynamic Languages User Group (reprised)</title>
		<link>http://wizardsofsmart.net/news/ann-houston-dynamic-languages-user-group-reprised/</link>
		<comments>http://wizardsofsmart.net/news/ann-houston-dynamic-languages-user-group-reprised/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:44:35 +0000</pubDate>
		<dc:creator>panesofglass</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dlr]]></category>
		<category><![CDATA[hdlug]]></category>
		<category><![CDATA[Houston]]></category>
		<category><![CDATA[IronPython]]></category>
		<category><![CDATA[IronRuby]]></category>

		<guid isPermaLink="false">http://wizardsofsmart.net/?p=299</guid>
		<description><![CDATA[Houston will soon have a new user group to discuss dynamic languages on and around the .NET platform. We&#8217;ll be focusing primarily on IronPython and IronRuby, but we&#8217;ll also touch on Boo, PHP, etc. as they relate to specific approaches (DSLs) and Azure. Our first meeting is coming up on Tuesday, January 5th at 6:30pm at Microsoft&#8217;s offices. We&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>Houston will soon have a new user group to discuss dynamic languages on and around the .NET platform. We&#8217;ll be focusing primarily on <a href="http://www.codeplex.com/wikipage?ProjectName=IronPython" onclick="urchinTracker('/outgoing/www.codeplex.com/wikipage?ProjectName=IronPython&amp;referer=');">IronPython</a> and <a href="http://ironruby.net/" onclick="urchinTracker('/outgoing/ironruby.net/?referer=');">IronRuby</a>, but we&#8217;ll also touch on <a href="http://boo.codehaus.org/" onclick="urchinTracker('/outgoing/boo.codehaus.org/?referer=');">Boo</a>, <a href="http://www.php.net/" onclick="urchinTracker('/outgoing/www.php.net/?referer=');">PHP</a>, etc. as they relate to specific approaches (DSLs) and Azure. Our first meeting is coming up on Tuesday, January 5th at 6:30pm at <a href="http://www.bing.com/local/details.aspx?lid=YN844x14515311&amp;qt=yp&amp;what=microsoft&amp;where=Houston,+TX&amp;s_cid=ansPhBkYp02&amp;mkt=en-us&amp;q=microsoft+houston" onclick="urchinTracker('/outgoing/www.bing.com/local/details.aspx?lid=YN844x14515311_amp_qt=yp_amp_what=microsoft_amp_where=Houston_+TX_amp_s_cid=ansPhBkYp02_amp_mkt=en-us_amp_q=microsoft+houston&amp;referer=');">Microsoft&#8217;s offices</a>. We&#8217;ll be introducing the group and our goals as well as having a presentation introducing the Ruby language. You can follow the group via the <a href="http://hdlug.groups.live.com/" onclick="urchinTracker('/outgoing/hdlug.groups.live.com/?referer=');">Live Group</a> and <a href="http://twitter.com/hdlug" onclick="urchinTracker('/outgoing/twitter.com/hdlug?referer=');">Twitter</a>. If you&#8217;re in Houston, please join us!</p>
]]></content:encoded>
			<wfw:commentRss>http://wizardsofsmart.net/news/ann-houston-dynamic-languages-user-group-reprised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ANN: Houston Dynamic Languages User Group</title>
		<link>http://wizardsofsmart.net/news/ann-houston-dynamic-languages-user-group/</link>
		<comments>http://wizardsofsmart.net/news/ann-houston-dynamic-languages-user-group/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:00:27 +0000</pubDate>
		<dc:creator>panesofglass</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Boo]]></category>
		<category><![CDATA[dlr]]></category>
		<category><![CDATA[dynamic languages]]></category>
		<category><![CDATA[hdlug]]></category>
		<category><![CDATA[IronPython]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[IronScheme]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[polyglot programming]]></category>

		<guid isPermaLink="false">http://wizardsofsmart.net/?p=284</guid>
		<description><![CDATA[.NET 4.0 is almost here, and with it, the DLR. What does that mean for you? If you are a .NET developer, you now have several new languages at your disposal in IronPython and IronRuby that will allow you to either write code much faster or embed scripting support into your projects. If you aren’t [...]]]></description>
			<content:encoded><![CDATA[<p>.NET 4.0 is almost here, and with it, the <a title="Dynamic Language Runtime on CodePlex.com" href="http://dlr.codeplex.com/" onclick="urchinTracker('/outgoing/dlr.codeplex.com/?referer=');">DLR</a>. What does that mean for you? If you are a .NET developer, you now have several new languages at your disposal in <a title="IronPython on CodePlex.com" href="http://ironpython.codeplex.com/" onclick="urchinTracker('/outgoing/ironpython.codeplex.com/?referer=');">IronPython</a> and <a title="IronRuby home page" href="http://ironruby.net/" onclick="urchinTracker('/outgoing/ironruby.net/?referer=');">IronRuby</a> that will allow you to either write code much faster or embed scripting support into your projects. If you aren’t a .NET developer, you can now leverage the Silverlight full .NET framework using a language familiar to you. We&#8217;ll also be looking at other dynamic languages&#8211;such as Boo, JavaScript/JScript, and PHP&#8211;and their interoperability with various parts of the Microsoft ecosystem.</p>
<p>We&#8217;ll be starting up January 5th, 2010 and meeting the first Tuesday of every month. Please join us as we explore the possibilities with .NET and dynamic languages. More info to come!</p>
]]></content:encoded>
			<wfw:commentRss>http://wizardsofsmart.net/news/ann-houston-dynamic-languages-user-group/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Anders Hejlsberg on the Future of C# (PDC 2008)</title>
		<link>http://wizardsofsmart.net/news/anders-hejlsberg-on-the-future-of-csharp/</link>
		<comments>http://wizardsofsmart.net/news/anders-hejlsberg-on-the-future-of-csharp/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:20:44 +0000</pubDate>
		<dc:creator>panesofglass</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[C#4]]></category>
		<category><![CDATA[dlr]]></category>
		<category><![CDATA[dynamic languages]]></category>
		<category><![CDATA[pdc2008]]></category>

		<guid isPermaLink="false">http://panesofglass.com/?p=44</guid>
		<description><![CDATA[In case you are missing PDC like me, you can find some great videos of the sessions on Channel 9. I found Anders&#8217; comments on the future of C# to be incredibly exciting. You can watch it here. I&#8217;d love to hear feedback on whether you to are excited about the new features he points [...]]]></description>
			<content:encoded><![CDATA[<p>In case you are missing <a title="Microsoft Professional Developers&#39; Conference" href="http://www.microsoftpdc.com/" onclick="urchinTracker('/outgoing/www.microsoftpdc.com/?referer=');">PDC</a> like me, you can find some great <a title="PDC 2008 Session Videos" href="http://channel9.msdn.com/pdc2008/" onclick="urchinTracker('/outgoing/channel9.msdn.com/pdc2008/?referer=');">videos of the sessions</a> on <a title="Channel 9" href="http://channel9.msdn.com/" onclick="urchinTracker('/outgoing/channel9.msdn.com/?referer=');">Channel 9</a>. I found Anders&#8217; comments on the future of C# to be incredibly exciting. You can watch it <a title="Anders Hejlsberg on the Future of C# at PDC 2008" href="http://channel9.msdn.com/pdc2008/TL16/" onclick="urchinTracker('/outgoing/channel9.msdn.com/pdc2008/TL16/?referer=');">here</a>. I&#8217;d love to hear feedback on whether you to are excited about the new features he points out for C# 4.0:</p>
<ul>
<li>Dynamically Typed Objects </li>
<li>Optional and Named Parameters </li>
<li>Improved COM Interoperability </li>
<li>Co- and Contra-variance </li>
</ul>
<p><strong>Update:</strong> You can now download and try out the <a target="_blank" href="https://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=9790&amp;wa=wsignin1.0" onclick="urchinTracker('/outgoing/connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=9790_amp_wa=wsignin1.0&amp;referer=');">CTP for Visual Studio 2010 and the .NET Framework 4.0</a> from Microsoft Connect!</p>
]]></content:encoded>
			<wfw:commentRss>http://wizardsofsmart.net/news/anders-hejlsberg-on-the-future-of-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
