<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erlang Inside &#187; erlang</title>
	<atom:link href="http://erlanginside.com/tag/erlang/feed" rel="self" type="application/rss+xml" />
	<link>http://erlanginside.com</link>
	<description>News and Information on Erlang and Concurrent Computing</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:50:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mustache &#8211; GitHub&#8217;s framework agnostic templating ported to Erlang</title>
		<link>http://erlanginside.com/mustache-githubs-framework-agnostic-templating-ported-to-erlang-135</link>
		<comments>http://erlanginside.com/mustache-githubs-framework-agnostic-templating-ported-to-erlang-135#comments</comments>
		<pubDate>Wed, 30 Dec 2009 14:00:29 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[technology overview]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[mustache]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[templating]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=135</guid>
		<description><![CDATA[Mustache is an Erlang port of the Ruby framework of the same name, originally written by Chris Wanstrath, one of the founders of GitHub. A powerful feature of this type of framework is the ability to write a &#8216;template&#8217; that you could use in a Rails application and then reuse in an Erlang application with [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/mustache-githubs-framework-agnostic-templating-ported-to-erlang-135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The State of Erlang Web Middleware &#8211; EWGI and SimpleBridge</title>
		<link>http://erlanginside.com/the-state-of-erlang-web-middleware-simplebridge-ewgi-127</link>
		<comments>http://erlanginside.com/the-state-of-erlang-web-middleware-simplebridge-ewgi-127#comments</comments>
		<pubDate>Mon, 28 Dec 2009 15:34:31 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[general erlang info]]></category>
		<category><![CDATA[technology overview]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[ewgi]]></category>
		<category><![CDATA[mochiweb]]></category>
		<category><![CDATA[pep 333]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[simplebridge]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=127</guid>
		<description><![CDATA[In the interest of publishing more often and covering smaller topics, lets review web-server-agnostic middleware for Erlang.
The current standard for Erlang web application middleware is EWGI,  inspired by Python&#8217;s PEP 333 and providing similar functionality as Ruby&#8217;s Rack. All major Erlang web servers support EWGI, and most web frameworks. 
Created by Rusty Klophaus, SimpleBridge [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/the-state-of-erlang-web-middleware-simplebridge-ewgi-127/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Comparing Erlang, Go, Java, and C</title>
		<link>http://erlanginside.com/comparing-erlang-go-java-and-c-121</link>
		<comments>http://erlanginside.com/comparing-erlang-go-java-and-c-121#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:41:15 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[performance]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=121</guid>
		<description><![CDATA[Tim over at timyang.net has an interesting &#8216;hello world&#8217; web server test between Erlang, Go, Java, and C. The C code is an nginx plugin, Java uses the MINA framework; Erlang and Go are small standalone apps. Java &#8216;won&#8217;, with Erlang in second place. Interesting article and the first I&#8217;ve seen comparing Go and Erlang [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/comparing-erlang-go-java-and-c-121/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Playdar reduces codebase by 75% by rewriting music app in Erlang</title>
		<link>http://erlanginside.com/playdar-desktop-music-streaming-savings-75-percent-118</link>
		<comments>http://erlanginside.com/playdar-desktop-music-streaming-savings-75-percent-118#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:05:07 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[Erlang in the Wild]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[playdar]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=118</guid>
		<description><![CDATA[Playdar, an open-source &#8216;music content resolver service&#8217; that finds music on your local computers or your friends&#8217; computers, then streams that music to you, rewrote the code in Erlang. From the original C++ codebase, Richard Jones reduced the lines of code by 75% &#8211; from 8000 to 2000 lines of code&#8230; The code is on [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/playdar-desktop-music-streaming-savings-75-percent-118/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Erlang Documentation Site &#8211; erldocs.com</title>
		<link>http://erlanginside.com/new-erlang-documentation-site-erldocscom-114</link>
		<comments>http://erlanginside.com/new-erlang-documentation-site-erldocscom-114#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:35:59 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=114</guid>
		<description><![CDATA[Dale Harvey's erldocs.com takes a lot of the pain out of the old Erlang documentation]]></description>
		<wfw:commentRss>http://erlanginside.com/new-erlang-documentation-site-erldocscom-114/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>erlang:lists/2 &#8211; fault-tolerant news</title>
		<link>http://erlanginside.com/erlanglists2-fault-tolerant-news-july-29-200-109</link>
		<comments>http://erlanginside.com/erlanglists2-fault-tolerant-news-july-29-200-109#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:42:59 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[erlang:lists]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=109</guid>
		<description><![CDATA[Welcome to the second of the erlang:lists series where we list some interesting happenings in the world of Erlang.
erlang:lists(NewErlangIRC) &#8211; Kevin Smith just launched a new IRC channel &#8211; #erlang-otp. Have an Erlang question you need answered quick? Wishing you had a friendly place to hang out online with other Erlangers?  Tired of either the [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/erlanglists2-fault-tolerant-news-july-29-200-109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetFlix watch out: Erlang dev offers $1000 bounty to improve his multicast code</title>
		<link>http://erlanginside.com/netflix-watch-out-erlang-dev-offers-1000-bounty-to-improve-his-multicast-code-106</link>
		<comments>http://erlanginside.com/netflix-watch-out-erlang-dev-offers-1000-bounty-to-improve-his-multicast-code-106#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:16:11 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[general news]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[unicast]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=106</guid>
		<description><![CDATA[In the spirit of netflix, but 1000 times less lucrative, be the first to improve an Erlang dev's unicast code and receive cash... ]]></description>
		<wfw:commentRss>http://erlanginside.com/netflix-watch-out-erlang-dev-offers-1000-bounty-to-improve-his-multicast-code-106/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sneak Preview of O&#8217;Reilly&#8217;s new book: Erlang Programming, by Francesco Cesarini and Simon Thompson</title>
		<link>http://erlanginside.com/erlang-programming-francesco-cesarini-simon-thompson-oreilly-review-96</link>
		<comments>http://erlanginside.com/erlang-programming-francesco-cesarini-simon-thompson-oreilly-review-96#comments</comments>
		<pubDate>Mon, 08 Jun 2009 09:37:36 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[book review]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[learning Erlang]]></category>
		<category><![CDATA[Mnesia]]></category>
		<category><![CDATA[otp]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=96</guid>
		<description><![CDATA[For the past two years in the Erlang community, when someone says “I used The Book to learn Erlang,” it was an unequivocal reference to Joe Armstrong’s book by The Pragmatic Programmers. It has been the guide to learning Erlang, responsible for inducting a whole new generation of developers to the language.
Yet, now that Erlang [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/erlang-programming-francesco-cesarini-simon-thompson-oreilly-review-96/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>37 Signals, creators of Rails, embrace Erlang, where it makes sense</title>
		<link>http://erlanginside.com/37-signals-creators-of-rails-embrace-erlang-where-it-makes-sense-93</link>
		<comments>http://erlanginside.com/37-signals-creators-of-rails-embrace-erlang-where-it-makes-sense-93#comments</comments>
		<pubDate>Thu, 14 May 2009 02:30:56 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[general erlang info]]></category>
		<category><![CDATA[37 signals]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=93</guid>
		<description><![CDATA[You may be familiar with 37 Signals, the guys who brought us Ruby on Rails, Campfire, Basecamp, among other products. Mark makes a wonderful case for using the right tool for the job in this &#8220;Nuts &#38; Bolts&#8221; post, on how the Campfire internals work better with Erlang.
Campfire is a web based messaging/chatroom system that [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/37-signals-creators-of-rails-embrace-erlang-where-it-makes-sense-93/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Erlang Factory San Francisco Recap</title>
		<link>http://erlanginside.com/erlang-factory-san-francisco-recap-91</link>
		<comments>http://erlanginside.com/erlang-factory-san-francisco-recap-91#comments</comments>
		<pubDate>Tue, 05 May 2009 18:35:18 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[erlang factory]]></category>
		<category><![CDATA[recap]]></category>
		<category><![CDATA[san francisco]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=91</guid>
		<description><![CDATA[Great summary of Erlang Factory San Francisco. Happy to say it sounds like a milestone for the Erlang community&#8230; Kevin&#8217;s summary &#8220;Erlang Factory rocked and you should’ve been there.&#8221; &#8211; Link
]]></description>
		<wfw:commentRss>http://erlanginside.com/erlang-factory-san-francisco-recap-91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
