<?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 for Offering Load</title>
	<atom:link href="http://offering-load.cozy.org/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://offering-load.cozy.org</link>
	<description>Notes On Erlang</description>
	<lastBuildDate>Wed, 26 Aug 2009 11:50:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Type Structure by bhyde</title>
		<link>http://offering-load.cozy.org/?p=34&#038;cpage=1#comment-5</link>
		<dc:creator>bhyde</dc:creator>
		<pubDate>Wed, 26 Aug 2009 11:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://offering-load.cozy.org/?p=34#comment-5</guid>
		<description>Tony - Thanks for the correction.  - ben</description>
		<content:encoded><![CDATA[<p>Tony &#8211; Thanks for the correction.  &#8211; ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type Structure by Tony Garnock-Jones</title>
		<link>http://offering-load.cozy.org/?p=34&#038;cpage=1#comment-4</link>
		<dc:creator>Tony Garnock-Jones</dc:creator>
		<pubDate>Wed, 26 Aug 2009 10:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://offering-load.cozy.org/?p=34#comment-4</guid>
		<description>Erlang has *only* bignums out of the box - or, more precisely, it doesn&#039;t expose the representation of integers to the programmer. It&#039;s like many lisps and schemes in this regard. It automatically transitions between compact small integers and variable-length bignums, under the covers.

-module(t).
-export([factorial/1]).
factorial(1) -&gt; 1;
factorial(N) -&gt; N * factorial(N - 1).

Eshell V5.6.5  (abort with ^G)
1&gt; c(t).
{ok,t}

2&gt; t:factorial(100).
93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000

3&gt;</description>
		<content:encoded><![CDATA[<p>Erlang has *only* bignums out of the box &#8211; or, more precisely, it doesn&#8217;t expose the representation of integers to the programmer. It&#8217;s like many lisps and schemes in this regard. It automatically transitions between compact small integers and variable-length bignums, under the covers.</p>
<p>-module(t).<br />
-export([factorial/1]).<br />
factorial(1) -&gt; 1;<br />
factorial(N) -&gt; N * factorial(N &#8211; 1).</p>
<p>Eshell V5.6.5  (abort with ^G)<br />
1&gt; c(t).<br />
{ok,t}</p>
<p>2&gt; t:factorial(100).<br />
93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000</p>
<p>3&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Punctuation by bhyde</title>
		<link>http://offering-load.cozy.org/?p=8&#038;cpage=1#comment-3</link>
		<dc:creator>bhyde</dc:creator>
		<pubDate>Sat, 22 Aug 2009 11:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://offering-load.cozy.org/?p=8#comment-3</guid>
		<description>James - Thanks; fixed now. - ben</description>
		<content:encoded><![CDATA[<p>James &#8211; Thanks; fixed now. &#8211; ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Punctuation by James</title>
		<link>http://offering-load.cozy.org/?p=8&#038;cpage=1#comment-2</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 22 Aug 2009 05:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://offering-load.cozy.org/?p=8#comment-2</guid>
		<description>Your wiki is ACLed beyond public view.</description>
		<content:encoded><![CDATA[<p>Your wiki is ACLed beyond public view.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

