<?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>My Other Pants &#187; mud</title>
	<atom:link href="http://myotherpants.com/tag/mud/feed/" rel="self" type="application/rss+xml" />
	<link>http://myotherpants.com</link>
	<description>I left it in my other pants</description>
	<lastBuildDate>Tue, 24 Jan 2012 18:11:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Project: MUD</title>
		<link>http://myotherpants.com/2008/12/project-mud/</link>
		<comments>http://myotherpants.com/2008/12/project-mud/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:34:58 +0000</pubDate>
		<dc:creator>Ball</dc:creator>
				<category><![CDATA[work safe]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[mud]]></category>

		<guid isPermaLink="false">http://myotherpants.com/?p=35</guid>
		<description><![CDATA[I kind of mentioned this project at the tail end of the big py country post. I&#8217;ve been spending some time writing a rudimentary MUD in Erlang. Why? MUDs are fun. I want to know if Erlang is a fit for any future SEP projects. And I&#8217;m interested in what it would take to do [...]]]></description>
			<content:encoded><![CDATA[<p>I kind of mentioned this project at the tail end of the <a title="Big Py Country Post" href="http://myotherpants.com/?p=35">big py country post</a>.  I&#8217;ve been spending some time writing a rudimentary <a title="Multi-User Dungeon" href="http://en.wikipedia.org/wiki/Multi-User_Dungeon">MUD</a> in <a title="Erlang" href="http://erlang.org">Erlang</a>.  Why?  MUDs are fun.  I want to know if Erlang is a fit for any future SEP projects.  And I&#8217;m interested in what it would take to do the same thing on the .NET platform.</p>
<p>So, what do I mean by &#8216;rudimentary&#8217; MUD?  I want to connect via telnet.  I want to issue commands.  I want to move from room to room.  I want to create rooms.  I want to create items.  I want to meet others waking around the mud.  I want to run my mud across a cluster of servers.  But,  at this point scripting and combat aren&#8217;t in scope.</p>
<p>While I&#8217;ve made progress,  Holidays happen and it will probably take a few weeks longer than the one week I was originally planning.  I&#8217;ve got my telnet and command parser.  I&#8217;m logging in and storing my users in the world.  And that&#8217;s where I am right now.  It&#8217;s not just to holidays, it&#8217;s also learning a new language and it&#8217;s libraries.  I&#8217;ve had to fight with the dictionary for a while, then there&#8217;s some missing commas that keep cropping up.</p>
<p>I&#8217;m still trying to figure out the finer points of OTP, which may cause a rewrite of my telnet service.</p>
<p>Once I&#8217;m done, I&#8217;ll be putting together a more complete post on the project and start using this as a referance for a .NET implementation.  Now, the .NET implementation may only be a roadmap and a short talk comparing the two platforms.  Either way, this should be fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://myotherpants.com/2008/12/project-mud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

