<?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>Limegarden.net &#187; IDE</title>
	<atom:link href="http://limegarden.net/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://limegarden.net</link>
	<description>Personal site of Wouter Lindenhof</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:07:09 +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>The programmer IDE</title>
		<link>http://limegarden.net/2010/03/15/the-programmer-ide/</link>
		<comments>http://limegarden.net/2010/03/15/the-programmer-ide/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 07:19:53 +0000</pubDate>
		<dc:creator>Wouter Lindenhof</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[editors]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://limegarden.net/2010/03/15/the-programmer-ide/</guid>
		<description><![CDATA[Everyone in the game industry knows the console wars (also because it is a recurring war ) but not many know about the editor war. The editor war was a war that played between two major editors (mostly available on Linux) which were vi and Emacs. When I look at how code is written I [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone in the game industry knows the console wars (also because it is a recurring war <img src='http://limegarden.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) but not many know about the <a href="http://en.wikipedia.org/wiki/Editor_war" target="_blank">editor war</a>. The editor war was a war that played between two major editors (mostly available on Linux) which were vi and Emacs.</p>
<p>When I look at how code is written I always find myself a bit annoyed as the IDE (Integrated development environment) is basically nothing more than notepad with some extra features. Nothing wrong with notepad or the many IDE’s out there. </p>
<p>But I have always thought that code has one major weakness: Code is always written in a linear fashion. This is not inherent to only code, but a facet of how language works. In the majority of the languages we write from left to right and then from top to bottom. Some languages write in a different order, but always in one direction and then in the other. </p>
<p>I have always wondered why this has to be. Ok, I admit the fact that code is often a language (Like for example C++) but most languages have features like branching (if-else for example), and sub functions.</p>
<p>Recently I came across “<a href="http://www.cs.brown.edu/people/acb/codebubbles_site.htm" target="_blank">Code Bubbles</a>” and honestly I <strong>love </strong>it, it’s because I’m not a Java programmer pure sang (I did Java a long time ago), but this wants to me to make Java my primary language. Anyway here is a screenshot which demonstrates and I think any developer would applaud this.</p>
<p> <object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/PsPX0nElJ0k&amp;hl=nl_NL&amp;fs=1&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PsPX0nElJ0k&amp;hl=nl_NL&amp;fs=1&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://limegarden.net/2010/03/15/the-programmer-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

