<?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; dynamic languages</title>
	<atom:link href="http://wizardsofsmart.net/tag/dynamic-languages/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>January Houston Dynamic Languages User Group</title>
		<link>http://wizardsofsmart.net/news/january-houston-dynamic-languages-user-group/</link>
		<comments>http://wizardsofsmart.net/news/january-houston-dynamic-languages-user-group/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:11:15 +0000</pubDate>
		<dc:creator>panesofglass</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[dynamic languages]]></category>
		<category><![CDATA[IronRuby]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://wizardsofsmart.net/?p=301</guid>
		<description><![CDATA[Join us for the first HDLUG, a group for discussing the dynamic languages available for the .NET platform. Ben Scheirman will be presenting Ruby on Rails for .NET developers, and pizza will be provided courtesy of Catapult Systems. The meeting will be held at the Microsoft office in Houston, TX: 2000 W Sam Houston Pkwy [...]]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: Tahoma;">Join us for the first <a href="http://hdlug.groups.live.com" onclick="urchinTracker('/outgoing/hdlug.groups.live.com?referer=');">HDLUG</a>, a group for discussing the  dynamic languages available for the .NET platform. Ben Scheirman will be  presenting Ruby on Rails for .NET developers, and pizza will be provided  courtesy of Catapult Systems. The meeting will be held at the Microsoft office  in Houston, TX: </span><span style="line-height: 18px;"><span style="font-family: Tahoma;">2000 W  Sam Houston Pkwy S Ste 350, Houston, TX 77042.</span></span></div>
<div><span style="font-family: Tahoma;"><br />
</span></div>
<div><span style="font-family: Tahoma;">Abstract: This session will cover an intro to the Ruby  language, and an introduction to the popular web framework, Ruby on Rails.   We&#8217;ll talk about how concepts relate to folks who understand .NET as well as  dip into how to bridge that gap with IronRuby.  This presentation will be  heavily code-focused.</span></div>
<div><span style="font-family: Tahoma;"><br />
</span></div>
<div><span style="font-family: Tahoma;">About Ben Scheirman: Ben Scheirman is a software  developer specializing in .NET. He has worked extensively on the web on various  platforms and languages.  At home, he enjoys a fair amount of iPhone  programming, as well as Ruby on Rails.  Ben is a Microsoft MVP, Microsoft ASP  Insider, and Certified ScrumMaster. When not programming, Ben enjoys speaking,  blogging, spending time with his wife and five wonderful children or voiding  warranties on his latest gadgets. Ben is a Principal Consultant with Sogeti in  Houston, TX. Read his blog online at <a rel="nofollow" href="http://flux88.com/" onclick="urchinTracker('/outgoing/flux88.com/?referer=');">http://flux88.com</a>.  Be sure to check out Ben&#8217;s iPhone app,  Pocket Tabs, at <a rel="nofollow" href="http://pockettabs.com/" onclick="urchinTracker('/outgoing/pockettabs.com/?referer=');">http://pockettabs.com</a>.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://wizardsofsmart.net/news/january-houston-dynamic-languages-user-group/feed/</wfw:commentRss>
		<slash:comments>1</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>
