<?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"
	>
<channel>
	<title>Comments on: Erlang: another step forward</title>
	<atom:link href="http://monogroncho.com/2008/11/erlang-another-step-forward/feed/" rel="self" type="application/rss+xml" />
	<link>http://monogroncho.com/2008/11/erlang-another-step-forward/</link>
	<description>Just a collection of random stuff</description>
	<pubDate>Thu, 11 Mar 2010 02:08:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Ulises</title>
		<link>http://monogroncho.com/2008/11/erlang-another-step-forward/#comment-8</link>
		<dc:creator>Ulises</dc:creator>
		<pubDate>Sat, 06 Dec 2008 22:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://monogroncho.com/?p=161#comment-8</guid>
		<description>@Paul

Spot on. I'm still new to Erlang so most BIFs are still strangers to me. I probably should've made more emphasis on the 'tangential' point of learning a new language only if it forces you to think and code differently.

Thanks for stopping by though :)

U</description>
		<content:encoded><![CDATA[<p>@Paul</p>
<p>Spot on. I&#8217;m still new to Erlang so most BIFs are still strangers to me. I probably should&#8217;ve made more emphasis on the &#8216;tangential&#8217; point of learning a new language only if it forces you to think and code differently.</p>
<p>Thanks for stopping by though <img src='http://monogroncho.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>U</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bonser</title>
		<link>http://monogroncho.com/2008/11/erlang-another-step-forward/#comment-7</link>
		<dc:creator>Paul Bonser</dc:creator>
		<pubDate>Sat, 06 Dec 2008 21:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://monogroncho.com/?p=161#comment-7</guid>
		<description>You could also use string:tokens/2 from the standard library:

1&#62; string:tokens("foo bar\nbaz_bazzle", " \n_").
["foo","bar","baz","bazzle"]

http://www.erlang.org/doc/man/string.html#tokens-2</description>
		<content:encoded><![CDATA[<p>You could also use string:tokens/2 from the standard library:</p>
<p>1&gt; string:tokens(&#8221;foo bar\nbaz_bazzle&#8221;, &#8221; \n_&#8221;).<br />
["foo","bar","baz","bazzle"]</p>
<p><a href="http://www.erlang.org/doc/man/string.html#tokens-2" rel="nofollow">http://www.erlang.org/doc/man/string.html#tokens-2</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
