<?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>Coding Recipes &#187; Scheme</title>
	<atom:link href="http://codingrecipes.com/category/scheme/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 02:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>So I&#8217;m learning another programming language called Scheme</title>
		<link>http://codingrecipes.com/so-im-learning-another-programming-language-called-scheme</link>
		<comments>http://codingrecipes.com/so-im-learning-another-programming-language-called-scheme#comments</comments>
		<pubDate>Fri, 05 Sep 2008 03:09:41 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[Scheme]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=289</guid>
		<description><![CDATA[Scheme is a dialect of LISP and it&#8217;s supports functional paradigm. In Scheme, everything is a list and you can for example sum all the elements in a list like: &#40;+ 1 2 3 4 5&#41; The above example will be evaluated to 15. It&#8217;s a fun little language and can be very challenging sometimes [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/so-im-learning-another-programming-language-called-scheme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

