<?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/groovy/tags/functional</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 07:39:09 GMT</pubDate>
<item>
<title>(Groovy) Closure memoization in Groovy - narkisr</title>
<link>http://snipplr.com/view/18178/closure-memoization-in-groovy/</link>
<description><![CDATA[ <p>This example shows how its possible to cache (memoization) a Closure value, note that this works only for a single value per each delay method call (the Closure creates a closed scope in which its "state" is kept).</p> ]]></description>
<pubDate>Tue, 11 Aug 2009 11:15:43 GMT</pubDate>
<guid>http://snipplr.com/view/18178/closure-memoization-in-groovy/</guid>
</item>
<item>
<title>(Groovy) Closure composition in Groovy - narkisr</title>
<link>http://snipplr.com/view/13382/closure-composition-in-groovy/</link>
<description><![CDATA[ <p>Clojsure composition in Groovy (functional style programing).
@http://www.ibm.com/developerworks/java/library/j-pg08235/index.html</p> ]]></description>
<pubDate>Mon, 23 Mar 2009 11:12:06 GMT</pubDate>
<guid>http://snipplr.com/view/13382/closure-composition-in-groovy/</guid>
</item>
</channel>
</rss>