<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / tag / clojure</title>
<link>http://www.netvouz.com/tag/clojure?feed=rss&amp;pg=1</link>
<description>Bookmarks tagged with &quot;clojure&quot; on Netvouz</description>
<item><title>Memoizing a recursive function? @google groups</title>
<link>http://groups.google.com/group/clojure/browse_thread/thread/d7141efd4958a7e5/66cbd7ac66265071?show_docid=66cbd7ac66265071</link>
<description>good thread on how to memoize recursive functions in clojure</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Thu, 22 Jul 2010 19:09:32 GMT</pubDate>
</item><item><title>Clojure Cheat Sheets @ DevCheatSheet.com</title>
<link>http://devcheatsheet.com/tag/clojure/</link>
<description>cheat sheets for clojure</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Thu, 22 Jul 2010 13:03:22 GMT</pubDate>
</item><item><title>Do I really want to be using a language where memoize is a PhD-level topic?</title>
<link>http://www.reddit.com/r/programming/comments/crgxs/do_i_really_want_to_be_using_a_language_where/#</link>
<description>includes lazy sequence memoization example:  (defn fib []   (map first (iterate (fn [[a b]] [b (+ a b)]) [0 1])))</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Tue, 20 Jul 2010 13:17:39 GMT</pubDate>
</item><item><title>ClojureDocs.org</title>
<link>http://clojuredocs.org/</link>
<description>Community powered Clojure Documentation and Examples wiki</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Fri, 16 Jul 2010 05:09:37 GMT</pubDate>
</item><item><title>Mike&#39;s guide to Javaless clojure</title>
<link>http://www.mired.org/home/mwm/papers/simple-clojure.html</link>
<description>using clojure without java knowledge</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Thu, 15 Jul 2010 03:46:28 GMT</pubDate>
</item><item><title>Clojure quick reference</title>
<link>http://faustus.webatu.com/clj-quick-ref.html</link>
<description>good summary of clojure 1.2</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Thu, 15 Jul 2010 02:53:08 GMT</pubDate>
</item><item><title>Clojurls</title>
<link>http://www.clojurls.com/</link>
<description>news and bits about Clojure</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Mon, 12 Jul 2010 19:11:06 GMT</pubDate>
</item><item><title>Emacs and Enlive enhance Clojure-mode on Vimeo</title>
<link>http://vimeo.com/8441635</link>
<description></description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Mon, 12 Jul 2010 19:09:26 GMT</pubDate>
</item><item><title>Downloads for stuarthalloway&#39;s clojure-presentations - GitHub</title>
<link>http://github.com/stuarthalloway/clojure-presentations/downloads</link>
<description>stuart halloway&#39;s excellent clojure presentation slides -- oo, fp</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Mon, 14 Jun 2010 12:53:12 GMT</pubDate>
</item><item><title>TDD in Clojure</title>
<link>http://blog.objectmentor.com/articles/2010/06/03/tdd-in-clojure</link>
<description>bob martin -- tell, don&#39;t ask vs ask, don&#39;t tell</description>
<category domain="http://www.netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Fri, 04 Jun 2010 03:49:57 GMT</pubDate>
</item></channel></rss>