<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Big Things Happen in Linux</title>
	<atom:link href="http://negatendo.net/blog/2008/06/19/big-things-happen-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://negatendo.net/blog/2008/06/19/big-things-happen-in-linux/</link>
	<description>Everywhere with LOLercopter</description>
	<lastBuildDate>Fri, 16 Sep 2011 21:43:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Corey O'Connor</title>
		<link>http://negatendo.net/blog/2008/06/19/big-things-happen-in-linux/comment-page-1/#comment-53952</link>
		<dc:creator>Corey O'Connor</dc:creator>
		<pubDate>Fri, 20 Jun 2008 03:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://negatendo.net/blog/2008/06/19/big-things-happen-in-linux/#comment-53952</guid>
		<description>I drank the Haskell cool-aid so....
xmonad is &quot;configured&quot; by actually linking the xmonad library against a custom main provided by the user. Resulting in a custom executable that isn&#039;t xmonad but a xmonad derived window manager that has been derived according to how the user wants it. 

Cabal&#039;s setup programs also work like this. The simplest is:

import Distribution.Simple
main = defaultMain


Which literally means: Import the Cabal *library* and create a build system based off the main provided by that library.

In Yi, the haskell text editor, the method is much the same: The equivalent of the rc file is actually a definition of the user custom version of the software derived from the provided system.</description>
		<content:encoded><![CDATA[<p>I drank the Haskell cool-aid so&#8230;.<br />
xmonad is &#8220;configured&#8221; by actually linking the xmonad library against a custom main provided by the user. Resulting in a custom executable that isn&#8217;t xmonad but a xmonad derived window manager that has been derived according to how the user wants it. </p>
<p>Cabal&#8217;s setup programs also work like this. The simplest is:</p>
<p>import Distribution.Simple<br />
main = defaultMain</p>
<p>Which literally means: Import the Cabal *library* and create a build system based off the main provided by that library.</p>
<p>In Yi, the haskell text editor, the method is much the same: The equivalent of the rc file is actually a definition of the user custom version of the software derived from the provided system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

