<?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>lifecoding.com Blog &#187; life-code</title>
	<atom:link href="http://lifecoding.com/blog/index.php/category/life-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifecoding.com/blog</link>
	<description>(define (life-coding life code) (organize life (using code)))</description>
	<lastBuildDate>Wed, 11 Jun 2008 03:29:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I moved</title>
		<link>http://lifecoding.com/blog/2008/06/10/i-moved/</link>
		<comments>http://lifecoding.com/blog/2008/06/10/i-moved/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:21:07 +0000</pubDate>
		<dc:creator>Trotter Cashion</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[life-code]]></category>

		<guid isPermaLink="false">http://lifecoding.com/blog/?p=35</guid>
		<description><![CDATA[Stop reading here, it is no longer my hangout. All future posts are being made on TrotterCashion.com. It&#8217;s ruby, nginx, and more fun. Enjoy.
]]></description>
			<content:encoded><![CDATA[<p>Stop reading here, it is no longer my hangout. All future posts are being made on <a href="http://trottercashion.com">TrotterCashion.com</a>. It&#8217;s ruby, nginx, and more fun. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifecoding.com/blog/2008/06/10/i-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(define trotter? taking-gre?)</title>
		<link>http://lifecoding.com/blog/2006/02/16/define-trotter-taking-gre/</link>
		<comments>http://lifecoding.com/blog/2006/02/16/define-trotter-taking-gre/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 13:25:08 +0000</pubDate>
		<dc:creator>Trotter Cashion</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[life-code]]></category>

		<guid isPermaLink="false">http://lifecoding.com/blog/?p=9</guid>
		<description><![CDATA[&#8216;nough said.  I&#8217;ve got the GRE today, so don&#8217;t expect to see any witty computer posts.
Still, I&#8217;ll leave you with one snippet of life-code to tide you over:


(define (get-to-work person transit-options)
  (cond ((subway-running? transit-options) (take-subway person))
          ((have-feet? person)
       [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;nough said.  I&#8217;ve got the GRE today, so don&#8217;t expect to see any witty computer posts.</p>
<p>Still, I&#8217;ll leave you with one snippet of life-code to tide you over:</p>
<p><span id="more-9"></span></p>
<pre>
(define (get-to-work person transit-options)
  (cond ((subway-running? transit-options) (take-subway person))
          ((have-feet? person)
            (start-walking person transit-options))))
(define (start-walking person transit-options)
  (cond ((step-in-slush-puddle? person)
           (if (cab-close? transit-options)
               (take-cab person)
               (curse-heavens person)))
           (else
             (laugh-at-people-in-slush-puddle person)
             (arrive-at-work person))))
</pre>
<p>And that&#8217;s a very basic version of getting to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifecoding.com/blog/2006/02/16/define-trotter-taking-gre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>life-code: To-Do List</title>
		<link>http://lifecoding.com/blog/2006/02/14/life-code-to-do-list/</link>
		<comments>http://lifecoding.com/blog/2006/02/14/life-code-to-do-list/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 20:29:43 +0000</pubDate>
		<dc:creator>Trotter Cashion</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[life-code]]></category>

		<guid isPermaLink="false">http://lifecoding.com/blog/?p=5</guid>
		<description><![CDATA[To give you an idea as to what life-coding is all about, have a look at the code for how to complete to-do list:
define do-task-list
&#160;&#160;for item in task-list
&#160;&#160;&#160;&#160;perform item
&#160;&#160;loop
end

Though it says nothing about how to make task-lists or how to perform the action, it does provide a concrete definition of how to execute a to-do [...]]]></description>
			<content:encoded><![CDATA[<p>To give you an idea as to what life-coding is all about, have a look at the code for how to complete to-do list:</p>
<blockquote><pre>define do-task-list
&nbsp;&nbsp;for item in task-list
&nbsp;&nbsp;&nbsp;&nbsp;perform item
&nbsp;&nbsp;loop
end</pre>
</blockquote>
<p>Though it says nothing about how to make task-lists or how to perform the action, it does provide a concrete definition of how to execute a to-do list.  Over time, you&#8217;ll see these bits of code start to get integrated into a definitive system.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifecoding.com/blog/2006/02/14/life-code-to-do-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

