<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (michielbuddingh)</title>
    <link>https://pinboard.in/u:michielbuddingh/public/</link>
    <description>recent bookmarks from michielbuddingh</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://yehudakatz.com/2010/02/07/the-building-blocks-of-ruby/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://yehudakatz.com/2010/02/07/the-building-blocks-of-ruby/">
    <title>The Building Blocks of Ruby « Katz Got Your Tongue?</title>
    <dc:date>2010-02-07T16:40:08+00:00</dc:date>
    <link>http://yehudakatz.com/2010/02/07/the-building-blocks-of-ruby/</link>
    <dc:creator>michielbuddingh</dc:creator><description><![CDATA[An overview of Ruby's block level syntax.  The author argues that Ruby's blocks allow for elegant abstraction of exception handling.  Cross-checking his assertions with someone more familiar with Python revealed that Python does support this kind of abstraction--at the function level, using decorators, which is hardly less effective.  Note that the author uses the term “lambda's” to refer to these blocks--which I suppose is correct, although the association is not one I would've made.]]></description>
<dc:subject>ruby python programming exceptions yield lambda</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:michielbuddingh/b:44117c448cdb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:michielbuddingh/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:michielbuddingh/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:michielbuddingh/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:michielbuddingh/t:exceptions"/>
	<rdf:li rdf:resource="https://pinboard.in/u:michielbuddingh/t:yield"/>
	<rdf:li rdf:resource="https://pinboard.in/u:michielbuddingh/t:lambda"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>