<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / tag / tbu</title>
<link>http://netvouz.com/tag/tbu?feed=rss</link>
<description>Bookmarks tagged with &quot;tbu&quot; on Netvouz</description>
<item><title>Garbage Collection--Part 2, Automatic Memory Management in the Microsoft .NET Framework</title>
<link>http://msdn.microsoft.com/en-us/magazine/bb985011.aspx</link>
<description>part 2 of good explanation of garbage collection including weak references, performance counters, generations</description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Tue, 24 Aug 2010 21:08:15 GMT</pubDate>
</item><item><title>Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework</title>
<link>http://msdn.microsoft.com/en-us/magazine/bb985010.aspx</link>
<description>good explanation of garbage collection including finalization and resurrection scenarios</description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Tue, 24 Aug 2010 18:36:48 GMT</pubDate>
</item><item><title>Specifying default slot values for defrecord classes in Clojure | cemerick</title>
<link>http://cemerick.com/2010/08/02/defrecord-slot-defaults/#</link>
<description>extending clojure datatypes to have defaults</description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Sun, 08 Aug 2010 04:47:07 GMT</pubDate>
</item><item><title>Enhancing Clojure’s case to evaluate dispatch values | cemerick</title>
<link>http://cemerick.com/2010/08/03/enhancing-clojures-case-to-evaluate-dispatch-values/</link>
<description>case+ -- generalized case to evaluate dispatch values</description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Sun, 08 Aug 2010 04:34:33 GMT</pubDate>
</item><item><title>7 Rules for Writing Clojure Programs « Two Guys Arguing</title>
<link>http://twoguysarguing.wordpress.com/2010/07/26/7-rules-for-writing-clojure-programs/</link>
<description>good rules of thumb for clojure programs</description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Tue, 27 Jul 2010 11:49:22 GMT</pubDate>
</item><item><title>Clojure Tips from the Experts</title>
<link>http://rubylearning.com/blog/2010/07/26/clojure-tips-from-the-experts/</link>
<description></description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Mon, 26 Jul 2010 03:56:25 GMT</pubDate>
</item><item><title>Debugging in Clojure? @ stackoverflow</title>
<link>http://stackoverflow.com/questions/2352020/debugging-in-clojure</link>
<description>good debugging methods for clojure</description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Mon, 26 Jul 2010 01:55:20 GMT</pubDate>
</item><item><title>RFC on my letrec macro @ google groups</title>
<link>http://groups.google.com/group/clojure/browse_frm/thread/25e8344b80f6f2b4#</link>
<description>macro allows &quot;tying the knot&quot; in clojure.  Links to description of problem</description>
<category domain="http://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Fri, 23 Jul 2010 14:27:43 GMT</pubDate>
</item><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://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Thu, 22 Jul 2010 19:09:32 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://netvouz.com/laughingboy?category=1952908036249151662"></category>
<author>laughingboy</author>
<pubDate>Tue, 20 Jul 2010 13:17:39 GMT</pubDate>
</item></channel></rss>