<?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>Send More Paramedics &#187; onlisp</title>
	<atom:link href="http://blog.fogus.me/tag/onlisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fogus.me</link>
	<description>λ λ λ</description>
	<lastBuildDate>Wed, 01 Feb 2012 13:58:46 +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>On Lisp -&gt; Clojure: ProloG (pt. 1)</title>
		<link>http://blog.fogus.me/2009/01/15/on-lisp-clojure-prolog-pt-1/</link>
		<comments>http://blog.fogus.me/2009/01/15/on-lisp-clojure-prolog-pt-1/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 20:59:36 +0000</pubDate>
		<dc:creator>fogus</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[onlisp]]></category>
		<category><![CDATA[prolog]]></category>

		<guid isPermaLink="false">http://blog.fogus.me/?p=1198</guid>
		<description><![CDATA[; As always, I will post when the code is &#8220;complete&#8221;, but my progress can be followed on Github. Also, this post is executable, just copy and paste into a Clojure REPL. (comment &#8220; Posts in this series: ch. 2, ch. 2 redux, ch. 3, ch. 4, ch. 5, ProloG pt. 1 First, let me [...]]]></description>
		<wfw:commentRss>http://blog.fogus.me/2009/01/15/on-lisp-clojure-prolog-pt-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Lisp -&gt; Clojure (Chapter 5)</title>
		<link>http://blog.fogus.me/2008/10/24/on-lisp-clojure-chapter-5/</link>
		<comments>http://blog.fogus.me/2008/10/24/on-lisp-clojure-chapter-5/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 17:35:43 +0000</pubDate>
		<dc:creator>fogus</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[onlisp]]></category>

		<guid isPermaLink="false">http://blog.fogus.me/?p=1027</guid>
		<description><![CDATA[; Chapter 5, entitled &#8220;Returning Functions&#8221;, is where we really start to see the power of functional programming. It is the types of problems outlined in the chapter where Clojure really shines. In fact, many of the functions created by Paul Graham in On Lisp are built into Clojure, as I will show below. ; [...]]]></description>
		<wfw:commentRss>http://blog.fogus.me/2008/10/24/on-lisp-clojure-chapter-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Lisp -&gt; Clojure (Chapter 4)</title>
		<link>http://blog.fogus.me/2008/10/08/on-lisp-clojure-chapter-4/</link>
		<comments>http://blog.fogus.me/2008/10/08/on-lisp-clojure-chapter-4/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 17:21:09 +0000</pubDate>
		<dc:creator>fogus</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[onlisp]]></category>
		<category><![CDATA[pedagogy]]></category>

		<guid isPermaLink="false">http://www.earthvssoup.com/?p=946</guid>
		<description><![CDATA[; As always, I will post when the code is &#8220;complete&#8221;, but my progress can be followed on Github. Also, this post is executable, just copy and paste into a Clojure REPL. Posts in this series: ch. 2, ch. 2 redux, ch. 3, ch. 4, ch. 5 ; pg. 42 ;; PG defines a general [...]]]></description>
		<wfw:commentRss>http://blog.fogus.me/2008/10/08/on-lisp-clojure-chapter-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>On Lisp -&gt; Clojure (Chapter 2 &#8211; redux)</title>
		<link>http://blog.fogus.me/2008/10/02/on-lisp-clojure-chapter-2-redux/</link>
		<comments>http://blog.fogus.me/2008/10/02/on-lisp-clojure-chapter-2-redux/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 13:57:28 +0000</pubDate>
		<dc:creator>fogus</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[onlisp]]></category>

		<guid isPermaLink="false">http://www.earthvssoup.com/?p=938</guid>
		<description><![CDATA[Posts in this series: ch. 2, ch. 2 redux, ch. 3, ch. 4, ch. 5 ; It seems that my first two chapters were well received, and garnered some positive comments and constructive criticisms (except for the commenter who talked about viagra and offshore betting). The main point made by readers was that my code [...]]]></description>
		<wfw:commentRss>http://blog.fogus.me/2008/10/02/on-lisp-clojure-chapter-2-redux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On Lisp -&gt; Clojure (Chapter 3)</title>
		<link>http://blog.fogus.me/2008/09/30/on-lisp-clojure-chapter-3/</link>
		<comments>http://blog.fogus.me/2008/09/30/on-lisp-clojure-chapter-3/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 13:52:05 +0000</pubDate>
		<dc:creator>fogus</dc:creator>
				<category><![CDATA[baseball]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[on lisp]]></category>
		<category><![CDATA[onlisp]]></category>
		<category><![CDATA[polyglot]]></category>

		<guid isPermaLink="false">http://www.earthvssoup.com/?p=926</guid>
		<description><![CDATA[; As always, I will post when the code is &#8220;complete&#8221;, but my progress can be followed on Github. Posts in this series: ch. 2, ch. 2 redux, ch. 3, ch. 4, ch. 5 ; Chapter 3 was a relatively short chapter (code-wise). It dealt mostly with side-effects and the virtues of a more functional [...]]]></description>
		<wfw:commentRss>http://blog.fogus.me/2008/09/30/on-lisp-clojure-chapter-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

