<?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: Reverse And Add 110502 in Erlang</title>
	<atom:link href="http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 11:48:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: 3n + 1 in Erlang</title>
		<link>http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/comment-page-1/#comment-185</link>
		<dc:creator>3n + 1 in Erlang</dc:creator>
		<pubDate>Sat, 12 Jul 2008 09:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/#comment-185</guid>
		<description>[...] Simeon Pilgrim Not just another WordPress weblog      &#171; Reverse And Add 110502 in Erlang [...]</description>
		<content:encoded><![CDATA[<p>[...] Simeon Pilgrim Not just another WordPress weblog      &laquo; Reverse And Add 110502 in Erlang [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simeon Pilgrim</title>
		<link>http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/comment-page-1/#comment-187</link>
		<dc:creator>Simeon Pilgrim</dc:creator>
		<pubDate>Thu, 10 Jul 2008 21:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/#comment-187</guid>
		<description>Thank you so much Tobias, I will now go read that section, so I&#039;m more informed from now on...

integer_to_list(Integer) and list_to_integer(List) make a list of the text digits, where-as I was using just a list of the digits in numerical value, but as I&#039;m just reversing and comparing, those functions will do.</description>
		<content:encoded><![CDATA[<p>Thank you so much Tobias, I will now go read that section, so I&#8217;m more informed from now on&#8230;</p>
<p>integer_to_list(Integer) and list_to_integer(List) make a list of the text digits, where-as I was using just a list of the digits in numerical value, but as I&#8217;m just reversing and comparing, those functions will do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/comment-page-1/#comment-186</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Thu, 10 Jul 2008 14:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/2008/07/10/reverse-and-add-110502-in-erlang/#comment-186</guid>
		<description>You&#039;re looking for integer_to_list(Integer)  and list_to_integer(List), they&#039;re built-in functions (often referred to as &quot;BIFs&quot;) and usable just like that (no module).

They&#039;re actually part of the &quot;erlang&quot; module http://www.erlang.org/doc/man/erlang.html

which is a bit confusing, because most (but not all!) of the functions in that module can be used without specifying &quot;erlang:&quot; in front of the name.</description>
		<content:encoded><![CDATA[<p>You&#8217;re looking for integer_to_list(Integer)  and list_to_integer(List), they&#8217;re built-in functions (often referred to as &#8220;BIFs&#8221;) and usable just like that (no module).</p>
<p>They&#8217;re actually part of the &#8220;erlang&#8221; module <a href="http://www.erlang.org/doc/man/erlang.html" rel="nofollow">http://www.erlang.org/doc/man/erlang.html</a></p>
<p>which is a bit confusing, because most (but not all!) of the functions in that module can be used without specifying &#8220;erlang:&#8221; in front of the name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
