<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Learning functional Javascript through Koans</title>
	<atom:link href="http://davidlaing.com/2010/07/19/learning-functional-javascript-through-koans/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidlaing.com/2010/07/19/learning-functional-javascript-through-koans/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=learning-functional-javascript-through-koans</link>
	<description>David Laing&#039;s thoughts on software development</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:14:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jay McGavren</title>
		<link>http://davidlaing.com/2010/07/19/learning-functional-javascript-through-koans/#comment-67</link>
		<dc:creator>Jay McGavren</dc:creator>
		<pubDate>Sun, 31 Jul 2011 20:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=236#comment-67</guid>
		<description>Dunno if you&#039;ll be notified of this, so I&#039;ll cc: your GitHub account...

Got a question on:

https://github.com/mrdavidlaing/javascript-koans/blob/master/koans/AboutInheritance.js

After applying &quot;Crockford&#039;s inheritance improvement&quot;, the comment says I &quot;no longer need to call the Muppet (base type) constructor&quot;.  I&#039;m not seeing the difference for the code for Gonzo and the code for the SwedishChef, though.  (Well, aside from the call to beget().)  What am I missing?

Overall, though, the koans are helping me grok Javascript quickly and (reasonably) well.  Thanks for doing them!</description>
		<content:encoded><![CDATA[<p>Dunno if you&#8217;ll be notified of this, so I&#8217;ll cc: your GitHub account&#8230;</p>
<p>Got a question on:</p>
<p><a href="https://github.com/mrdavidlaing/javascript-koans/blob/master/koans/AboutInheritance.js" rel="nofollow">https://github.com/mrdavidlaing/javascript-koans/blob/master/koans/AboutInheritance.js</a></p>
<p>After applying &#8220;Crockford&#8217;s inheritance improvement&#8221;, the comment says I &#8220;no longer need to call the Muppet (base type) constructor&#8221;.  I&#8217;m not seeing the difference for the code for Gonzo and the code for the SwedishChef, though.  (Well, aside from the call to beget().)  What am I missing?</p>
<p>Overall, though, the koans are helping me grok Javascript quickly and (reasonably) well.  Thanks for doing them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdavidlaing</title>
		<link>http://davidlaing.com/2010/07/19/learning-functional-javascript-through-koans/#comment-23</link>
		<dc:creator>mrdavidlaing</dc:creator>
		<pubDate>Sun, 06 Feb 2011 23:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=236#comment-23</guid>
		<description>Cool idea.  

How about submitting a patch/pull request, and I&#039;ll get your watchr script included in the master branch</description>
		<content:encoded><![CDATA[<p>Cool idea.  </p>
<p>How about submitting a patch/pull request, and I&#8217;ll get your watchr script included in the master branch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdavidlaing</title>
		<link>http://davidlaing.com/2010/07/19/learning-functional-javascript-through-koans/#comment-22</link>
		<dc:creator>mrdavidlaing</dc:creator>
		<pubDate>Sun, 06 Feb 2011 23:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=236#comment-22</guid>
		<description>Hey, I&#039;m glad you&#039;ve found them useful.

If you have anything to add... we&#039;re always happy to accept patches/pull requests</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m glad you&#8217;ve found them useful.</p>
<p>If you have anything to add&#8230; we&#8217;re always happy to accept patches/pull requests</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Allen</title>
		<link>http://davidlaing.com/2010/07/19/learning-functional-javascript-through-koans/#comment-21</link>
		<dc:creator>Sarah Allen</dc:creator>
		<pubDate>Fri, 04 Feb 2011 03:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=236#comment-21</guid>
		<description>Love these!  Sitting in on Javascript class at Blazing Cloud today with Alex Chaffee.  He&#039;s reviewing the homework which was from a fork of your koans.  So much fun!  Thanks for making &#039;em.</description>
		<content:encoded><![CDATA[<p>Love these!  Sitting in on Javascript class at Blazing Cloud today with Alex Chaffee.  He&#8217;s reviewing the homework which was from a fork of your koans.  So much fun!  Thanks for making &#8216;em.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Aquino</title>
		<link>http://davidlaing.com/2010/07/19/learning-functional-javascript-through-koans/#comment-20</link>
		<dc:creator>Mario Aquino</dc:creator>
		<pubDate>Sat, 02 Oct 2010 21:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=236#comment-20</guid>
		<description>Thanks for writing the JavaScript koans.  I am going through them now.  I posted a small bit about a watchr script I wrote to automate refreshing the koansrunner file.  Here it is:  http://marioaquino.blogspot.com/2010/10/watchr-is-teh-awesome.html</description>
		<content:encoded><![CDATA[<p>Thanks for writing the JavaScript koans.  I am going through them now.  I posted a small bit about a watchr script I wrote to automate refreshing the koansrunner file.  Here it is:  <a href="http://marioaquino.blogspot.com/2010/10/watchr-is-teh-awesome.html" rel="nofollow">http://marioaquino.blogspot.com/2010/10/watchr-is-teh-awesome.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

