<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en" xml:base="http://blog.fogus.me/wp-atom.php">
	<title type="text">Send More Paramedics</title>
	<subtitle type="text">λ λ λ</subtitle>

	<updated>2009-11-05T20:16:06Z</updated>
	<generator uri="http://wordpress.org/" version="2.8.4">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://blog.fogus.me" />
	<id>http://blog.fogus.me/feed/atom/</id>
	

			<link rel="self" href="http://feeds.feedburner.com/EarthVsSoup" type="application/atom+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">EarthVsSoup</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry>
		<author>
			<name>fogus</name>
						<uri>http://fogus.me</uri>
					</author>
		<title type="html"><![CDATA[Clojure Golf &#8211; Episode 2: Largest Prime Factor]]></title>
		<link rel="alternate" type="text/html" href="http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/" />
		<id>http://blog.fogus.me/?p=1989</id>
		<updated>2009-09-09T19:33:37Z</updated>
		<published>2009-09-09T18:36:35Z</published>
		<category scheme="http://blog.fogus.me" term="programming" /><category scheme="http://blog.fogus.me" term="clojure" /><category scheme="http://blog.fogus.me" term="fun" /><category scheme="http://blog.fogus.me" term="golf" /><category scheme="http://blog.fogus.me" term="LinkedIn" />		<summary type="html"><![CDATA[In the last episode of Clojure Golf we saw some interesting ways to write a function that takes a couple sequences, applies a function to the pairing elements, and then returns a list of the results based on a supplied filtering function.  Thanks to all who participated in that exercise.

This episode is a little [...]


Related posts:<ol><li><a href='http://blog.fogus.me/2009/08/14/clojure-golf-episode-1/' rel='bookmark' title='Permanent Link: Clojure Golf episode 1'>Clojure Golf episode 1</a> <small>This is an attempt to have some fun with Clojure....</small></li><li><a href='http://blog.fogus.me/2009/01/15/on-lisp-clojure-prolog-pt-1/' rel='bookmark' title='Permanent Link: On Lisp -> Clojure: ProloG (pt. 1)'>On Lisp -> Clojure: ProloG (pt. 1)</a> <small>; As always, I will post when the code is...</small></li><li><a href='http://blog.fogus.me/2009/09/04/understanding-the-clojure-macro/' rel='bookmark' title='Permanent Link: Understanding the Clojure -> macro'>Understanding the Clojure -> macro</a> <small>On page 109 of Paul Graham&#8217;s ANSI Common Lisp he...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></summary>
		<link rel="replies" type="text/html" href="http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	</entry>
		<entry>
		<author>
			<name>fogus</name>
						<uri>http://fogus.me</uri>
					</author>
		<title type="html"><![CDATA[Understanding the Clojure -&gt; macro]]></title>
		<link rel="alternate" type="text/html" href="http://blog.fogus.me/2009/09/04/understanding-the-clojure-macro/" />
		<id>http://blog.fogus.me/?p=1967</id>
		<updated>2009-09-09T19:33:53Z</updated>
		<published>2009-09-04T18:16:12Z</published>
		<category scheme="http://blog.fogus.me" term="programming" /><category scheme="http://blog.fogus.me" term="clojure" /><category scheme="http://blog.fogus.me" term="LinkedIn" /><category scheme="http://blog.fogus.me" term="macro" /><category scheme="http://blog.fogus.me" term="tutorial" />		<summary type="html"><![CDATA[On page 109 of Paul Graham&#8217;s ANSI Common Lisp he describes a function compose taken from the Dylan programming language.  The function described is very similar to the -&#62; macro that often confuses many a new Clojurian.  In order to better understand this little nasty, I&#8217;ve found it useful to think of it [...]


Related posts:<ol><li><a href='http://blog.fogus.me/2009/08/14/clojure-golf-episode-1/' rel='bookmark' title='Permanent Link: Clojure Golf episode 1'>Clojure Golf episode 1</a> <small>This is an attempt to have some fun with Clojure....</small></li><li><a href='http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/' rel='bookmark' title='Permanent Link: Clojure Golf &#8211; Episode 2: Largest Prime Factor'>Clojure Golf &#8211; Episode 2: Largest Prime Factor</a> <small>In the last episode of Clojure Golf we saw some...</small></li><li><a href='http://blog.fogus.me/2009/02/06/yegge-clojure-arc-and-lolita-or-days-of-future-past/' rel='bookmark' title='Permanent Link: Yegge, Clojure, Arc, and Lolita: or Days of Future Past'>Yegge, Clojure, Arc, and Lolita: or Days of Future Past</a> <small> This post was discussed thoroughly on Hacker News. Even...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></summary>
		<link rel="replies" type="text/html" href="http://blog.fogus.me/2009/09/04/understanding-the-clojure-macro/#comments" thr:count="7" />
		<link rel="replies" type="application/atom+xml" href="http://blog.fogus.me/2009/09/04/understanding-the-clojure-macro/feed/atom/" thr:count="7" />
		<thr:total>7</thr:total>
	</entry>
		<entry>
		<author>
			<name>fogus</name>
						<uri>http://fogus.me</uri>
					</author>
		<title type="html"><![CDATA[Potion]]></title>
		<link rel="alternate" type="text/html" href="http://blog.fogus.me/2009/08/31/potion/" />
		<id>http://blog.fogus.me/?p=1962</id>
		<updated>2009-09-09T19:34:14Z</updated>
		<published>2009-08-31T17:00:26Z</published>
		<category scheme="http://blog.fogus.me" term="me" /><category scheme="http://blog.fogus.me" term="programming" /><category scheme="http://blog.fogus.me" term="projects" /><category scheme="http://blog.fogus.me" term="github" /><category scheme="http://blog.fogus.me" term="LinkedIn" /><category scheme="http://blog.fogus.me" term="opensource" /><category scheme="http://blog.fogus.me" term="potion" /><category scheme="http://blog.fogus.me" term="project" /><category scheme="http://blog.fogus.me" term="_why" />		<summary type="html"><![CDATA[So I agreed to maintain why the Lucky Stiff&#8217;s source code repository for the Potion programming language, but I&#8217;m not sure what, if anything, I will do to it.  Initially I plan to gather as much documentation as possible, but thereafter &#8230; who knows.  Maybe I will try to implement the missing features [...]


Related posts:<ol><li><a href='http://blog.fogus.me/2009/03/26/baysick-a-scala-dsl-implementing-basic/' rel='bookmark' title='Permanent Link: Baysick: A Scala DSL Implementing BASIC'>Baysick: A Scala DSL Implementing BASIC</a> <small>This post was featured on the Scala website. It is...</small></li><li><a href='http://blog.fogus.me/2009/05/29/pet-projects/' rel='bookmark' title='Permanent Link: Pet Projects'>Pet Projects</a> <small>I have accumulated a set of pet projects that I...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></summary>
		<link rel="replies" type="text/html" href="http://blog.fogus.me/2009/08/31/potion/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.fogus.me/2009/08/31/potion/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>fogus</name>
						<uri>http://fogus.me</uri>
					</author>
		<title type="html"><![CDATA[Clojure Golf episode 1]]></title>
		<link rel="alternate" type="text/html" href="http://blog.fogus.me/2009/08/14/clojure-golf-episode-1/" />
		<id>http://blog.fogus.me/?p=1951</id>
		<updated>2009-09-09T19:34:28Z</updated>
		<published>2009-08-14T19:39:56Z</published>
		<category scheme="http://blog.fogus.me" term="programming" /><category scheme="http://blog.fogus.me" term="clojure" /><category scheme="http://blog.fogus.me" term="fun" /><category scheme="http://blog.fogus.me" term="golf" /><category scheme="http://blog.fogus.me" term="LinkedIn" />		<summary type="html"><![CDATA[This is an attempt to have some fun with Clojure.  I hope to engage the Clojure community, but it would be all the more fun if others played along with their chosen language(s).  The idea is that I present a sub-optimal code snippet and people throw in their optimized, smallest, and/or weirdest submissions [...]


Related posts:<ol><li><a href='http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/' rel='bookmark' title='Permanent Link: Clojure Golf &#8211; Episode 2: Largest Prime Factor'>Clojure Golf &#8211; Episode 2: Largest Prime Factor</a> <small>In the last episode of Clojure Golf we saw some...</small></li><li><a href='http://blog.fogus.me/2009/01/15/on-lisp-clojure-prolog-pt-1/' rel='bookmark' title='Permanent Link: On Lisp -> Clojure: ProloG (pt. 1)'>On Lisp -> Clojure: ProloG (pt. 1)</a> <small>; As always, I will post when the code is...</small></li><li><a href='http://blog.fogus.me/2009/09/04/understanding-the-clojure-macro/' rel='bookmark' title='Permanent Link: Understanding the Clojure -> macro'>Understanding the Clojure -> macro</a> <small>On page 109 of Paul Graham&#8217;s ANSI Common Lisp he...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></summary>
		<link rel="replies" type="text/html" href="http://blog.fogus.me/2009/08/14/clojure-golf-episode-1/#comments" thr:count="5" />
		<link rel="replies" type="application/atom+xml" href="http://blog.fogus.me/2009/08/14/clojure-golf-episode-1/feed/atom/" thr:count="5" />
		<thr:total>5</thr:total>
	</entry>
		<entry>
		<author>
			<name>fogus</name>
						<uri>http://fogus.me</uri>
					</author>
		<title type="html"><![CDATA[A Message from Cthulhu]]></title>
		<link rel="alternate" type="text/html" href="http://blog.fogus.me/2009/08/10/a-message-from-cthulhu/" />
		<id>http://blog.fogus.me/?p=1945</id>
		<updated>2009-08-11T02:13:56Z</updated>
		<published>2009-08-11T02:13:32Z</published>
		<category scheme="http://blog.fogus.me" term="funny" /><category scheme="http://blog.fogus.me" term="cthulhu" /><category scheme="http://blog.fogus.me" term="humor" />		<summary type="html"><![CDATA[(;,;)..&#124;.,


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></summary>
		<link rel="replies" type="text/html" href="http://blog.fogus.me/2009/08/10/a-message-from-cthulhu/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.fogus.me/2009/08/10/a-message-from-cthulhu/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	</entry>
	</feed>
