<?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>Blog of Anders Rune Jensen &#187; compilation</title>
	<atom:link href="http://people.iola.dk/arj/tag/compilation/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.iola.dk/arj</link>
	<description>metalinguistic musings and other related ramblings</description>
	<lastBuildDate>Fri, 18 Nov 2011 19:13:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Programming nirvana part 2: be agile</title>
		<link>http://people.iola.dk/arj/2010/01/13/programming-nirvana-part-2/</link>
		<comments>http://people.iola.dk/arj/2010/01/13/programming-nirvana-part-2/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:28:29 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[golang]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=416</guid>
		<description><![CDATA[<p>In <a href="http://people.iola.dk/arj/2010/01/11/programming-nirvana-part-1/">part 1</a> I made the very brief argument that compiling sucks. I really like that cartoon since there is a lot of truth to it. Compiling sucks mainly because it breaks flow. There has been <a href="http://msdn.microsoft.com/en-us/vcsharp/aa336809.aspx">several</a> <a href="http://golang.org/">tries</a> to fix <a href="http://en.wikipedia.org/wiki/C%2B%2B">it</a> by lowering the time it takes to compile but in the end, it&#8217;s still the same loop: write, compile, &#8220;debug&#8221;.</p>
<p>There is another layer to it as well, one that dynamic languages doesn&#8217;t necessarily imply: Developing a program should be having a running program that can be used while it is being written. This is one of the pillars of agile programming. Step one in achieving this goal is to separate the UI from the backend. Web is a natural way to do this.</p>
<p>Django comes very close to achieving this with it&#8217;s automatic reloading on change, but the biggest problem is that it&#8217;s not able to automatically migrate the most basic model changes. On the other hand Django has many other things going for it so it is by no means a bad choice. But there might be a better one lurking in the dark.</p>
<p><img class="aligncenter" title="Lisp" src="http://imgs.xkcd.com/comics/lisp_cycles.png" alt="" width="486" height="160" /></p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2010/01/13/programming-nirvana-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

