<?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: Looking for OOP in Erlang is like looking for religious icons in a cheese sandwich</title>
	<atom:link href="http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/</link>
	<description>Random braindumps vaguely related to coding</description>
	<lastBuildDate>Thu, 12 Aug 2010 06:21:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Harry</title>
		<link>http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/comment-page-1/#comment-9136</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Fri, 26 Feb 2010 19:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/#comment-9136</guid>
		<description>I also beleive Erlang or a similar language will eventually arise as replacement for current Java, C# etc as the multicore issues are a certain bottleneck that now is ignored but when every notebook has more cores using the machines speed will demand the new language!</description>
		<content:encoded><![CDATA[<p>I also beleive Erlang or a similar language will eventually arise as replacement for current Java, C# etc as the multicore issues are a certain bottleneck that now is ignored but when every notebook has more cores using the machines speed will demand the new language!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/comment-page-1/#comment-83</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 28 Aug 2007 21:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/#comment-83</guid>
		<description>For what it&#039;s worth, I think there was some miscommunication. I was attempting to talk about an intersection of metaphors. I&#039;ve &lt;a HREF=&quot;http://blog.amber.org/2007/08/28/object-oriented-cheese/&quot; REL=&quot;nofollow&quot;&gt;posted some more&lt;/a&gt; on my blog.</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, I think there was some miscommunication. I was attempting to talk about an intersection of metaphors. I&#8217;ve <a HREF="http://blog.amber.org/2007/08/28/object-oriented-cheese/" REL="nofollow">posted some more</a> on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz</title>
		<link>http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/comment-page-1/#comment-81</link>
		<dc:creator>Heinz</dc:creator>
		<pubDate>Thu, 23 Aug 2007 12:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/#comment-81</guid>
		<description>The chapter on OO in the original book was there for &quot;political&quot; reasons rather than &quot;religious&quot; reasons. At the time you were better be object oriented to succeed in the sponsoring company (Ericsson). And that probably remains true.</description>
		<content:encoded><![CDATA[<p>The chapter on OO in the original book was there for &#8220;political&#8221; reasons rather than &#8220;religious&#8221; reasons. At the time you were better be object oriented to succeed in the sponsoring company (Ericsson). And that probably remains true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/comment-page-1/#comment-80</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 23 Aug 2007 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/08/23/looking-for-oop-in-erlang-is-like-looking-for-religious-icons-in-a-cheese-sandwich/#comment-80</guid>
		<description>the original erlang book had a nice appendix section on mapping between OO and Erlang.&lt;br/&gt;&lt;br/&gt;http://www.erlang.org/erlang_book_toc.html&lt;br/&gt;&lt;br/&gt;Chapter 17   Object-Oriented Programming&lt;br/&gt; 17.1 Basic Concepts&lt;br/&gt; 17.2 Mapping to Erlang&lt;br/&gt; 17.3 An Object-Oriented Interface&lt;br/&gt; 17.4 Object-Oriented Programming&lt;br/&gt; 17.5 Object-Oriented Design&lt;br/&gt;&lt;br/&gt;Another interesting language is Oz, which allows cells which give state mutation.  Classes are still implemented using lexically scoped functions, but the syntax is quite nice.&lt;br/&gt;&lt;br/&gt;Andrew</description>
		<content:encoded><![CDATA[<p>the original erlang book had a nice appendix section on mapping between OO and Erlang.</p>
<p><a href="http://www.erlang.org/erlang_book_toc.html" rel="nofollow">http://www.erlang.org/erlang_book_toc.html</a></p>
<p>Chapter 17   Object-Oriented Programming<br /> 17.1 Basic Concepts<br /> 17.2 Mapping to Erlang<br /> 17.3 An Object-Oriented Interface<br /> 17.4 Object-Oriented Programming<br /> 17.5 Object-Oriented Design</p>
<p>Another interesting language is Oz, which allows cells which give state mutation.  Classes are still implemented using lexically scoped functions, but the syntax is quite nice.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.195 seconds -->
