<?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></description>
	<lastBuildDate>Sat, 31 Mar 2012 06:11:10 +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>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="codecolorer-container java blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="java codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><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><br />
<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><br />
<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><br />
#<span style="color: #009900;">&#123;</span>a b c<span style="color: #009900;">&#125;</span> <span style="color: #666666; font-style: italic;">// set</span></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>

