<?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: Functional Programming Languages</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2009/04/10/functional-programming-languages/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2009/04/10/functional-programming-languages/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/10/functional-programming-languages/comment-page-1/#comment-179400</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 27 May 2009 06:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=823#comment-179400</guid>
		<description>DeepDown,

Yes, theoretically I could use a CFC to implement an array-like data structure for CFML, just as java.util.ArrayList does for Java.  However, doing so would obsolete arrayLen() and such, since those only work on CF Arrays, as well as the handy bracket notation.

And if they returned &#039;this&#039; you&#039;d have a problem, as each method creates a brand new array (or array-like CFC) and fills it with stuff for the next method to operate on.  :)</description>
		<content:encoded><![CDATA[<p>DeepDown,</p>
<p>Yes, theoretically I could use a CFC to implement an array-like data structure for CFML, just as java.util.ArrayList does for Java.  However, doing so would obsolete arrayLen() and such, since those only work on CF Arrays, as well as the handy bracket notation.</p>
<p>And if they returned 'this' you'd have a problem, as each method creates a brand new array (or array-like CFC) and fills it with stuff for the next method to operate on.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeepDown</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/10/functional-programming-languages/comment-page-1/#comment-179396</link>
		<dc:creator>DeepDown</dc:creator>
		<pubDate>Wed, 27 May 2009 06:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=823#comment-179396</guid>
		<description>Actually, if userObjectArray is an instance of a CF-component, the code above could be written in CF. The component methods should return &quot;this&quot; in order to make the chaining work :)

Send me an email if you&#039;ld like to have a demo CFC.</description>
		<content:encoded><![CDATA[<p>Actually, if userObjectArray is an instance of a CF-component, the code above could be written in CF. The component methods should return "this" in order to make the chaining work :)</p>
<p>Send me an email if you'ld like to have a demo CFC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bell</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/10/functional-programming-languages/comment-page-1/#comment-172599</link>
		<dc:creator>Peter Bell</dc:creator>
		<pubDate>Sun, 12 Apr 2009 01:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=823#comment-172599</guid>
		<description>Guess we&#039;ll just have to wait for the GHC to be ported to the JVM :-)</description>
		<content:encoded><![CDATA[<p>Guess we'll just have to wait for the GHC to be ported to the JVM :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Caughlan</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/10/functional-programming-languages/comment-page-1/#comment-172426</link>
		<dc:creator>Cody Caughlan</dc:creator>
		<pubDate>Sat, 11 Apr 2009 07:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=823#comment-172426</guid>
		<description>&gt; A JVM-based functional language with a C/Java-style syntax would be truly excellent.

Sounds like Scala.</description>
		<content:encoded><![CDATA[<p>&gt; A JVM-based functional language with a C/Java-style syntax would be truly excellent.</p>
<p>Sounds like Scala.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
