<?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>MyFunnyDev &#187; Clojure</title>
	<atom:link href="http://michalkuklis.com/blog/category/clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://michalkuklis.com/blog</link>
	<description>web, coding and beyond</description>
	<lastBuildDate>Fri, 25 Jun 2010 05:51:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Clojure syntax</title>
		<link>http://michalkuklis.com/blog/2010/02/02/clojure-syntax/</link>
		<comments>http://michalkuklis.com/blog/2010/02/02/clojure-syntax/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:36:49 +0000</pubDate>
		<dc:creator>Michał Kuklis</dc:creator>
				<category><![CDATA[Clojure]]></category>

		<guid isPermaLink="false">http://michalkuklis.com/blog/?p=287</guid>
		<description><![CDATA[Making a note for myself:

&#40;1 2 3 4&#41; // list
&#91;1 2 3 fred&#93; // vector
&#123;:a 1 :b 2 :c 3&#125;, &#123;1 &#34;a&#34; 2 &#34;b&#34;&#125; // map key/value
#&#123;a b c&#125; // set

]]></description>
			<content:encoded><![CDATA[<p>Making a note for myself:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">1</span> <span style="color: #cc66cc;">2</span> <span style="color: #cc66cc;">3</span> <span style="color: #cc66cc;">4</span><span style="color: #009900;">&#41;</span> <span style="color: #666666; font-style: italic;">// list</span>
<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span> <span style="color: #cc66cc;">2</span> <span style="color: #cc66cc;">3</span> fred<span style="color: #009900;">&#93;</span> <span style="color: #666666; font-style: italic;">// vector</span>
<span style="color: #009900;">&#123;</span><span style="color: #339933;">:</span>a <span style="color: #cc66cc;">1</span> <span style="color: #339933;">:</span>b <span style="color: #cc66cc;">2</span> <span style="color: #339933;">:</span>c <span style="color: #cc66cc;">3</span><span style="color: #009900;">&#125;</span>, <span style="color: #009900;">&#123;</span><span style="color: #cc66cc;">1</span> <span style="color: #0000ff;">&quot;a&quot;</span> <span style="color: #cc66cc;">2</span> <span style="color: #0000ff;">&quot;b&quot;</span><span style="color: #009900;">&#125;</span> <span style="color: #666666; font-style: italic;">// map key/value</span>
#<span style="color: #009900;">&#123;</span>a b c<span style="color: #009900;">&#125;</span> <span style="color: #666666; font-style: italic;">// set</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://michalkuklis.com/blog/2010/02/02/clojure-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
