<?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>3monkeys &#187; Golf</title>
	<atom:link href="http://3monkeyweb.com/3monkeys/category/golf/feed/" rel="self" type="application/rss+xml" />
	<link>http://3monkeyweb.com/3monkeys</link>
	<description>They say if you have a 1000 monkeys at a 1000 keyboards, eventually they will produce the works of Shakespeare. This is what happens when you put 3Monkeys at one keyboard...</description>
	<lastBuildDate>Tue, 27 Oct 2009 09:37:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>isPrime in One Line of Perl</title>
		<link>http://3monkeyweb.com/3monkeys/2007/07/17/isprime-in-one-line-of-perl/</link>
		<comments>http://3monkeyweb.com/3monkeys/2007/07/17/isprime-in-one-line-of-perl/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 04:45:35 +0000</pubDate>
		<dc:creator>3Monkeys</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Golf]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://3monkeyweb.com/3monkeys/2007/07/17/isprime-in-one-line-of-perl/</guid>
		<description><![CDATA[As a follow up to Finding the first 20 terms in the Fibonacci Series, next in the 3Monkey Golf series &#8212; Determining if a number is prime. The following is a fairly simple Perl one liner to do the trick. I&#8217;m interested in seeing implementations in other languages. I will be posting follow ups with [...]]]></description>
		<wfw:commentRss>http://3monkeyweb.com/3monkeys/2007/07/17/isprime-in-one-line-of-perl/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fibonacci Series in One Line of Perl</title>
		<link>http://3monkeyweb.com/3monkeys/2007/07/12/fibonacci-series-in-one-line-of-perl/</link>
		<comments>http://3monkeyweb.com/3monkeys/2007/07/12/fibonacci-series-in-one-line-of-perl/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 21:52:36 +0000</pubDate>
		<dc:creator>3Monkeys</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Golf]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://3monkeyweb.com/3monkeys/2007/07/12/fibonacci-series-in-one-line-of-perl/</guid>
		<description><![CDATA[Not ground breaking but here are the first 20 terms in the Fibonacci Series. Code perl -e'@p=(0,1);until($#p&#62;20){print"$p[-2]\n";push @p,$p[-2]+$p[-1]}' Output 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 Can you do better? What about different languages? Update: it has been suggested that for languages [...]]]></description>
		<wfw:commentRss>http://3monkeyweb.com/3monkeys/2007/07/12/fibonacci-series-in-one-line-of-perl/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>
