<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/lisp/tags/clojure</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 15:52:13 GMT</pubDate>
<item>
<title>(Lisp) Dijkstra's algorithm in Clojure - Kototama</title>
<link>http://snipplr.com/view/22183/dijkstras-algorithm-in-clojure/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Oct 2009 13:14:43 GMT</pubDate>
<guid>http://snipplr.com/view/22183/dijkstras-algorithm-in-clojure/</guid>
</item>
<item>
<title>(Lisp) Mamoize (function that returns a function) - narkisr</title>
<link>http://snipplr.com/view/19303/mamoize-function-that-returns-a-function/</link>
<description><![CDATA[ <p>A nice example of a function that returns another function.</p> ]]></description>
<pubDate>Sat, 05 Sep 2009 17:22:52 GMT</pubDate>
<guid>http://snipplr.com/view/19303/mamoize-function-that-returns-a-function/</guid>
</item>
<item>
<title>(Lisp) My filter collection solution - narkisr</title>
<link>http://snipplr.com/view/18345/my-filter-collection-solution/</link>
<description><![CDATA[ <p>This is an alternative implementation (an answer) to the one presnented in the above URL.</p> ]]></description>
<pubDate>Sat, 15 Aug 2009 09:13:39 GMT</pubDate>
<guid>http://snipplr.com/view/18345/my-filter-collection-solution/</guid>
</item>
<item>
<title>(Lisp) Functional quick sort - narkisr</title>
<link>http://snipplr.com/view/18323/functional-quick-sort/</link>
<description><![CDATA[ <p>A Functional quick sort (Java imperative version seems to be quicker).</p> ]]></description>
<pubDate>Fri, 14 Aug 2009 12:16:58 GMT</pubDate>
<guid>http://snipplr.com/view/18323/functional-quick-sort/</guid>
</item>
<item>
<title>(Lisp) Encapsulation in Clojure - narkisr</title>
<link>http://snipplr.com/view/18275/encapsulation-in-clojure/</link>
<description><![CDATA[ <p>Using closures in order to encapsulate access to data (in this case the counter is thread safe atom).</p> ]]></description>
<pubDate>Thu, 13 Aug 2009 14:36:22 GMT</pubDate>
<guid>http://snipplr.com/view/18275/encapsulation-in-clojure/</guid>
</item>
<item>
<title>(Lisp) Viewing source &amp;amp; type methods in Clojure REPL - narkisr</title>
<link>http://snipplr.com/view/15529/viewing-source--type-methods-in-clojure-repl/</link>
<description><![CDATA[ <p>Clojure contribe repl-utils offers two functions for locating the source code of functions &amp; the method of types (http://groups.google.com/group/clojure/browse_thread/thread/77f95518fcfc8a08/5de8ef8ff8f3b3bd?lnk=gst&amp;q=source#5de8ef8ff8f3b3bd).</p> ]]></description>
<pubDate>Thu, 04 Jun 2009 15:44:04 GMT</pubDate>
<guid>http://snipplr.com/view/15529/viewing-source--type-methods-in-clojure-repl/</guid>
</item>
<item>
<title>(Lisp) Clojure alternative doseq implementation (using reduce). - narkisr</title>
<link>http://snipplr.com/view/13749/clojure-alternative-doseq-implementation-using-reduce/</link>
<description><![CDATA[ <p>Two alternative implementations of Clojure doseq utilising map &amp; reduce functions (http://groups.google.com/group/clojure/browse_thread/thread/d6eb04c87bdd000f?hl=en).</p> ]]></description>
<pubDate>Fri, 03 Apr 2009 12:13:35 GMT</pubDate>
<guid>http://snipplr.com/view/13749/clojure-alternative-doseq-implementation-using-reduce/</guid>
</item>
<item>
<title>(Lisp) Serializing Clojure data structures - narkisr</title>
<link>http://snipplr.com/view/13559/serializing-clojure-data-structures/</link>
<description><![CDATA[ <p>print-dup is a multimethod which provides with readable serialization format for Clojure data structures (http://groups.google.com/group/clojure/browse_thread/thread/e704414cf36ef2aa).</p> ]]></description>
<pubDate>Sun, 29 Mar 2009 18:40:55 GMT</pubDate>
<guid>http://snipplr.com/view/13559/serializing-clojure-data-structures/</guid>
</item>
<item>
<title>(Lisp) AOP tracing in clojure - narkisr</title>
<link>http://snipplr.com/view/13512/aop-tracing-in-clojure/</link>
<description><![CDATA[ <p>Shows how its possible to do AOP like programing in clojure.</p> ]]></description>
<pubDate>Fri, 27 Mar 2009 13:32:37 GMT</pubDate>
<guid>http://snipplr.com/view/13512/aop-tracing-in-clojure/</guid>
</item>
</channel>
</rss>