<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: More poker with Clojure: what&#8217;s in a hand?</title>
	<atom:link href="http://blogs.foognostic.net/2009/11/more-poker-with-clojure-whats-in-a-hand/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.foognostic.net/2009/11/more-poker-with-clojure-whats-in-a-hand/</link>
	<description>Seeking knowledge of foo</description>
	<lastBuildDate>Wed, 13 Jan 2010 14:49:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Meikel</title>
		<link>http://blogs.foognostic.net/2009/11/more-poker-with-clojure-whats-in-a-hand/comment-page-1/#comment-341</link>
		<dc:creator>Meikel</dc:creator>
		<pubDate>Sun, 15 Nov 2009 17:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.foognostic.net/?p=245#comment-341</guid>
		<description>&lt;p&gt;Some notes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;#()&lt;/code&gt; is equivalent to &lt;code&gt;fn&lt;/code&gt;. eg. &lt;code&gt;#()&lt;/code&gt; cannot nest and &lt;code&gt;fn&lt;/code&gt; supports destructuring of the arguments.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;(key map)&lt;/code&gt; does work only if key is a symbol or a keyword. &lt;code&gt;(1 {1 :a})&lt;/code&gt; does not work, while &lt;code&gt;({1 :a} 1)&lt;/code&gt; does.&lt;/li&gt;
&lt;li&gt;I think the term for &quot;variables&quot; in a let is &quot;local&quot;.&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Some notes:</p>

<ul>
<li>

<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#()</div></div>

is equivalent to

<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">fn</div></div>

. eg.

<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#()</div></div>

cannot nest and

<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">fn</div></div>

supports destructuring of the arguments.</li>
<li>

<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">(key map)</div></div>

does work only if key is a symbol or a keyword.

<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">(1 {1 :a})</div></div>

does not work, while

<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">({1 :a} 1)</div></div>

does.</li>
<li>I think the term for &#8220;variables&#8221; in a let is &#8220;local&#8221;.</li>
</ul>]]></content:encoded>
	</item>
</channel>
</rss>
