<?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: Future of Programming is Functional Programming ?</title>
	<atom:link href="http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/</link>
	<description>Conning people into thinking I'm intelligent. Since 1982.</description>
	<pubDate>Thu, 08 Jan 2009 23:13:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eugene Wallingford</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-228</link>
		<dc:creator>Eugene Wallingford</dc:creator>
		<pubDate>Mon, 14 Feb 2005 18:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-228</guid>
		<description>&lt;p&gt;I second recommendations above for Scheme, SICP, and Haskell.  All will teach you much.  Back when I dove deeper into functional programming, I found this article to be really useful:&lt;/p&gt;

&lt;p&gt;http://www.md.chalmers.se/~rjmh/Papers/whyfp.html&lt;/p&gt;

&lt;p&gt;You'll have to work your way through it slowly, but there are a lot of neat ideas there.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I second recommendations above for Scheme, SICP, and Haskell.  All will teach you much.  Back when I dove deeper into functional programming, I found this article to be really useful:</p>

<p><a href="http://www.md.chalmers.se/~rjmh/Papers/whyfp.html" rel="nofollow">http://www.md.chalmers.se/~rjmh/Papers/whyfp.html</a></p>

<p>You&#8217;ll have to work your way through it slowly, but there are a lot of neat ideas there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop C H</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-219</link>
		<dc:creator>Swaroop C H</dc:creator>
		<pubDate>Thu, 10 Feb 2005 02:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-219</guid>
		<description>&lt;p&gt;Thanks Ken! I'll take a look&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Ken! I&#8217;ll take a look</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Rawlings</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-218</link>
		<dc:creator>Ken Rawlings</dc:creator>
		<pubDate>Wed, 09 Feb 2005 21:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-218</guid>
		<description>&lt;p&gt;Not sure what happened with the formatting above. Here's the raw URL to the link I posted:
http://www.kenrawlings.com/archives/2004/09/28/objective-caml-a-pythonic-diversion/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not sure what happened with the formatting above. Here&#8217;s the raw URL to the link I posted:
<a href="http://www.kenrawlings.com/archives/2004/09/28/objective-caml-a-pythonic-diversion/" rel="nofollow">http://www.kenrawlings.com/archives/2004/09/28/objective-caml-a-pythonic-diversion/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Rawlings</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-217</link>
		<dc:creator>Ken Rawlings</dc:creator>
		<pubDate>Wed, 09 Feb 2005 21:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-217</guid>
		<description>&lt;p&gt;I concur with the endorsements of SICP -- it's an overwhelming book at times, but full of deep wisdom about functional programming as well as programming in general.&lt;/p&gt;

&lt;p&gt;I've spent quite a bit of time with Scheme and Objective Caml, and feel that it's worth exploring both. For me, Scheme is a great language for experimentation, and Objective Caml is a great language for application development. I also wrote a &lt;a href="http://www.kenrawlings.com/archives/2004/09/28/objective-caml-a-pythonic-diversion/"&gt;small summary of my positive and negative experiences with Objective Caml&lt;/a&gt; on my weblog a while back that might be worth looking at.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I concur with the endorsements of SICP &#8212; it&#8217;s an overwhelming book at times, but full of deep wisdom about functional programming as well as programming in general.</p>

<p>I&#8217;ve spent quite a bit of time with Scheme and Objective Caml, and feel that it&#8217;s worth exploring both. For me, Scheme is a great language for experimentation, and Objective Caml is a great language for application development. I also wrote a <a href="http://www.kenrawlings.com/archives/2004/09/28/objective-caml-a-pythonic-diversion/">small summary of my positive and negative experiences with Objective Caml</a> on my weblog a while back that might be worth looking at.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop C H</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-227</link>
		<dc:creator>Swaroop C H</dc:creator>
		<pubDate>Sun, 16 Jan 2005 17:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-227</guid>
		<description>&lt;p&gt;Cool! Sriram, you have written a post on FP long ago :)&lt;/p&gt;

&lt;p&gt;Looks like I'm just late to the party :&#124;&lt;/p&gt;

&lt;p&gt;Anyway, I'll be reading your blog post soon, thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Cool! Sriram, you have written a post on FP long ago <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Looks like I&#8217;m just late to the party <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>

<p>Anyway, I&#8217;ll be reading your blog post soon, thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sriram</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-226</link>
		<dc:creator>Sriram</dc:creator>
		<pubDate>Sun, 16 Jan 2005 17:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-226</guid>
		<description>&lt;p&gt;Have you seen this blog post from me? http://dotnetjunkies.com/WebLog/sriram/archive/2004/10/14/28543.aspx . Read SICP - but learn Haskell too..probably the cleanest implementation of FP&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you seen this blog post from me? <a href="http://dotnetjunkies.com/WebLog/sriram/archive/2004/10/14/28543.aspx" rel="nofollow">http://dotnetjunkies.com/WebLog/sriram/archive/2004/10/14/28543.aspx</a> . Read SICP - but learn Haskell too..probably the cleanest implementation of FP</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop C H</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-225</link>
		<dc:creator>Swaroop C H</dc:creator>
		<pubDate>Sat, 15 Jan 2005 16:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-225</guid>
		<description>&lt;p&gt;Wow, Pramode, thanks a lot, your article is really useful! :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow, Pramode, thanks a lot, your article is really useful! <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pramode</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-224</link>
		<dc:creator>Pramode</dc:creator>
		<pubDate>Sat, 15 Jan 2005 16:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-224</guid>
		<description>&lt;p&gt;Best way to start out in FP is with Scheme and the textbook
`Structure and Interpretation of Computer Programs' - I have
taught a bit of it in class (whatever little I understood) and
find it to be really great for intellectual nourishment. Most of
the Scheme stuff can be translated to straightforward Python
(http://linuxgazette.net/109/pramode.html).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Best way to start out in FP is with Scheme and the textbook
`Structure and Interpretation of Computer Programs&#8217; - I have
taught a bit of it in class (whatever little I understood) and
find it to be really great for intellectual nourishment. Most of
the Scheme stuff can be translated to straightforward Python
(http://linuxgazette.net/109/pramode.html).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop C H</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-223</link>
		<dc:creator>Swaroop C H</dc:creator>
		<pubDate>Sat, 15 Jan 2005 06:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-223</guid>
		<description>&lt;p&gt;Oh yeah, OCaml is supposed to be a very good FP. There are too many names to go through here - Lisp, Scheme, OCaml, Haskell, and even &lt;a href="http://research.microsoft.com/projects/ilx/fsharp.aspx"&gt;F#&lt;/a&gt; (which by the way is now at 1.0 stage)  and &lt;a href="http://nemerle.org/"&gt;Nemerle&lt;/a&gt; (which runs on Mono)!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh yeah, OCaml is supposed to be a very good FP. There are too many names to go through here - Lisp, Scheme, OCaml, Haskell, and even <a href="http://research.microsoft.com/projects/ilx/fsharp.aspx">F#</a> (which by the way is now at 1.0 stage)  and <a href="http://nemerle.org/">Nemerle</a> (which runs on Mono)!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Premshree</title>
		<link>http://www.swaroopch.com/blog/future-of-programming-is-functional-programming/comment-page-1/#comment-222</link>
		<dc:creator>Premshree</dc:creator>
		<pubDate>Sat, 15 Jan 2005 05:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://swaroop.textdriven.com/archives/2005/01/14/future-of-programming-is-functional-programming/#comment-222</guid>
		<description>&lt;p&gt;I've worked with OCaml and Scheme in the past. I haven't used either of them for implementing anything big, nor do I know them well enough for me to be able to choose one.&lt;/p&gt;

&lt;p&gt;However, there's one thing that you might want to consider before choosing one: OCaml consists of object-oriented concepts, Scheme -- most implementations -- doesn't. And &lt;em&gt;maybe&lt;/em&gt; if you don't want to feel comfortable right away, you should go for Scheme. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with OCaml and Scheme in the past. I haven&#8217;t used either of them for implementing anything big, nor do I know them well enough for me to be able to choose one.</p>

<p>However, there&#8217;s one thing that you might want to consider before choosing one: OCaml consists of object-oriented concepts, Scheme &#8212; most implementations &#8212; doesn&#8217;t. And <em>maybe</em> if you don&#8217;t want to feel comfortable right away, you should go for Scheme. <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
