<?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: New Years Resolutions</title>
	<atom:link href="http://anilmakhijani.com/2009/01/02/new-years-resolutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 00:07:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jeevan</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-5151</link>
		<dc:creator>Jeevan</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-5151</guid>
		<description>You better get on that last uncompleted resolution of learning a functional programming language...or maybe you want to modify it to a resolution to learn a spoken foreign language?</description>
		<content:encoded><![CDATA[<p>You better get on that last uncompleted resolution of learning a functional programming language&#8230;or maybe you want to modify it to a resolution to learn a spoken foreign language?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-160</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Wed, 07 Jan 2009 03:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-160</guid>
		<description>@Rob:  That book is definitely going on my reading list.  Thanks for the link.</description>
		<content:encoded><![CDATA[<p>@Rob:  That book is definitely going on my reading list.  Thanks for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Marianski</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-158</link>
		<dc:creator>Robert Marianski</dc:creator>
		<pubDate>Wed, 07 Jan 2009 03:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-158</guid>
		<description>As far as functional languages, I think haskell, erlang, and lisp are all good choices. IMHO, they each have their own particular mindset, but they will all change the way you see things.

There&#039;s a good lisp book that you can read online: http://www.gigamonkeys.com/book/</description>
		<content:encoded><![CDATA[<p>As far as functional languages, I think haskell, erlang, and lisp are all good choices. IMHO, they each have their own particular mindset, but they will all change the way you see things.</p>
<p>There&#8217;s a good lisp book that you can read online: <a href="http://www.gigamonkeys.com/book/" rel="nofollow">http://www.gigamonkeys.com/book/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randall</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-157</link>
		<dc:creator>Randall</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-157</guid>
		<description>Another consideration might be Scala. There seems to be some buzz around it.</description>
		<content:encoded><![CDATA[<p>Another consideration might be Scala. There seems to be some buzz around it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-156</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Sat, 03 Jan 2009 06:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-156</guid>
		<description>@slinkp:  Thanks for the recommendation on &quot;The Little Schemer&quot;, I&#039;ll make sure to check it out.  I am not necessarily looking forward to doing anything useful with the functional language.  I am just trying to expand the ways in which I look at problems.</description>
		<content:encoded><![CDATA[<p>@slinkp:  Thanks for the recommendation on &#8220;The Little Schemer&#8221;, I&#8217;ll make sure to check it out.  I am not necessarily looking forward to doing anything useful with the functional language.  I am just trying to expand the ways in which I look at problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slinkp</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-155</link>
		<dc:creator>slinkp</dc:creator>
		<pubDate>Sat, 03 Jan 2009 05:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-155</guid>
		<description>Functional programming: I realize this is terribly old-school, but on
some of my morning commutes I&#039;ve been working through The Little
Schemer and really enjoying it. It&#039;s a lot more entertaining than most
programming books. I&#039;ve yet to do anything actually useful with Scheme
though.

Test-driven programming: It&#039;s more a mindset than anything. I think it&#039;s useful to try at least for the experience of doing it and what it teaches you about your own work habits. It&#039;s no silver bullet though... see for example
http://theruntime.com/blogs/jacob/archive/2008/01/22/tdd-proven-effective-or-is-it.aspx

The wikipedia article is a good jumping off point: http://en.wikipedia.org/wiki/Test-driven_development</description>
		<content:encoded><![CDATA[<p>Functional programming: I realize this is terribly old-school, but on<br />
some of my morning commutes I&#8217;ve been working through The Little<br />
Schemer and really enjoying it. It&#8217;s a lot more entertaining than most<br />
programming books. I&#8217;ve yet to do anything actually useful with Scheme<br />
though.</p>
<p>Test-driven programming: It&#8217;s more a mindset than anything. I think it&#8217;s useful to try at least for the experience of doing it and what it teaches you about your own work habits. It&#8217;s no silver bullet though&#8230; see for example<br />
<a href="http://theruntime.com/blogs/jacob/archive/2008/01/22/tdd-proven-effective-or-is-it.aspx" rel="nofollow">http://theruntime.com/blogs/jacob/archive/2008/01/22/tdd-proven-effective-or-is-it.aspx</a></p>
<p>The wikipedia article is a good jumping off point: <a href="http://en.wikipedia.org/wiki/Test-driven_development" rel="nofollow">http://en.wikipedia.org/wiki/Test-driven_development</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-154</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Fri, 02 Jan 2009 22:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-154</guid>
		<description>All my programming language aficionado friends choose to hack in Haskell.</description>
		<content:encoded><![CDATA[<p>All my programming language aficionado friends choose to hack in Haskell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-153</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Fri, 02 Jan 2009 20:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-153</guid>
		<description>@Randall:  Rob Marianski also suggested Erlang so I might give that a shot.

I have an account on GitHub as well:  http://github.com/anil
I think my problem is that I don&#039;t start pushing to github until my projects are a bit more mature, but I guess there is really no reason I shouldn&#039;t push projects there starting from the first commit.</description>
		<content:encoded><![CDATA[<p>@Randall:  Rob Marianski also suggested Erlang so I might give that a shot.</p>
<p>I have an account on GitHub as well:  <a href="http://github.com/anil" rel="nofollow">http://github.com/anil</a><br />
I think my problem is that I don&#8217;t start pushing to github until my projects are a bit more mature, but I guess there is really no reason I shouldn&#8217;t push projects there starting from the first commit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randall</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-152</link>
		<dc:creator>Randall</dc:creator>
		<pubDate>Fri, 02 Jan 2009 20:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-152</guid>
		<description>Programming language: Erlang?

As far as contributing back to open source I just made a GitHub account. I think it&#039;s a really fantastic idea. Gives you your own scratch pad that other people can benefit from.</description>
		<content:encoded><![CDATA[<p>Programming language: Erlang?</p>
<p>As far as contributing back to open source I just made a GitHub account. I think it&#8217;s a really fantastic idea. Gives you your own scratch pad that other people can benefit from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kortina</title>
		<link>http://anilmakhijani.com/2009/01/02/new-years-resolutions/comment-page-1/#comment-151</link>
		<dc:creator>kortina</dc:creator>
		<pubDate>Fri, 02 Jan 2009 17:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://anilmakhijani.com/?p=145#comment-151</guid>
		<description>&quot;Make a daily to do list with no more than three items.&quot; - love this idea. Embrace constraints!</description>
		<content:encoded><![CDATA[<p>&#8220;Make a daily to do list with no more than three items.&#8221; &#8211; love this idea. Embrace constraints!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

