<?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>Parks Computing &#187; compilers</title>
	<atom:link href="http://www.parkscomputing.com/labels/compilers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parkscomputing.com</link>
	<description>Pedagogy for the autodidactic programmer</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:48:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>The pbrain Programming Language</title>
		<link>http://www.parkscomputing.com/2004/07/the-pbrain-programming-language/</link>
		<comments>http://www.parkscomputing.com/2004/07/the-pbrain-programming-language/#comments</comments>
		<pubDate>Wed, 14 Jul 2004 21:24:00 +0000</pubDate>
		<dc:creator>Paul Parks</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[compilers]]></category>
		<category><![CDATA[pbrain]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://nightowl/?p=13</guid>
		<description><![CDATA[>I&#8217;ve been working really hard lately &#8211; 70 or more hours a week. Consequently, I haven&#8217;t had many opportunities for diversion. After staring at the same application all day, every day, though, it&#8217;s important to step away and give my brain another puzzle to solve now and then. One such late-night/early-morning excursion produced The pbrain [...]]]></description>
			<content:encoded><![CDATA[<p>>I&#8217;ve been working <em>really</em> hard lately &#8211; 70 or more hours a week. Consequently, I haven&#8217;t had many opportunities for diversion. After staring at the same application all day, every day, though, it&#8217;s important to step away and give my brain another puzzle to solve now and then. One such late-night/early-morning excursion produced <a href="http://www.parkscomputing.com/code/pbrain/">The pbrain Programming Language</a>. This language is an extension of  an extremely tiny Turing-complete language called <a href="http://home.planet.nl/%7Efaase009/Ha_BF.html">Brainf**k</a>  (yes, the name contains a really, really bad word).</p>
<p><span style="font-weight: bold;">Update: A pbrain Compiler for .NET</span></p>
<p>Since I was halfway home with the interpreter, I decided to go ahead and write <a href="http://www.parkscomputing.com/code/pbrain/">a compiler</a> for .NET platforms.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.parkscomputing.com%2F2004%2F07%2Fthe-pbrain-programming-language%2F&amp;t=The%20pbrain%20Programming%20Language" id="facebook_share_button_13" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_13') || document.getElementById('facebook_share_icon_13') || document.getElementById('facebook_share_both_13') || document.getElementById('facebook_share_button_13');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_13') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.parkscomputing.com/2004/07/the-pbrain-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

