<?xml version="1.0" encoding="utf-8"?>

  <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
  >

  <channel rdf:about="http://www.artima.com/weblogs/feeds/bloggers/micheles.rss">
    <title>Michele Simionato's Weblog</title>
    <link>http://www.artima.com/weblogs/index.jsp?blogger=micheles</link>
    <description>
Artima Weblogs is a community of bloggers posting on a wide range of topics of interest to software developers.
    </description>
    <image rdf:resource="http://www.artima.com/images/artima88x33.gif"/>
    <items>
      <rdf:Seq>
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=301632" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=299551" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=294291" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=293373" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=281127" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=274438" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=274019" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=236637" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=266907" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=265857" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=261364" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=261363" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=260195" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=260182" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=259977" />
      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://www.artima.com/images/artima88x33.gif">
    <title>Artima.com</title>
    <url>http://www.artima.com/images/artima88x33.gif</url>
    <link>http://www.artima.com/</link>
  </image>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=301632">
    <title>What's new in plac 0.7</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=301632</link>
    <description>
plac is much more than a command-line arguments parser. You can use it to implement interactive interpreters (both on a local machine on a remote server) as well as batch interpreters. It features a doctest-like mode, the ability to launch commands in parallel, and more. And it is easy to use too!
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=299551">
    <title>Threads, processes and concurrency in Python: some thoughts</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=299551</link>
    <description>
Removing the hype around the multicore (non) revolution and some (hopefully) sensible comment about threads ad other forms of concurrency.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=294291">
    <title>plac, the easiest command line arguments parser in the Python world</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=294291</link>
    <description>
Announcing the first public release of plac, a declarative command line arguments parser designed for simplicity and concision.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=293373">
    <title>EuroPython 2010</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=293373</link>
    <description>
The EuroPython conference will be held in Birmingham UK, 19th to 22nd July 2010.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=281127">
    <title>The wonders of cooperative inheritance, or using super in Python 3</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=281127</link>
    <description>
This essay is intended for Python programmers wanting to understand the concept of cooperative inheritance and the usage of super. It does not require any previous reading. The target is Python 3.0, since it has a nicer syntax for super, even if most of what I say here can be backported down to Python 2.2.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=274438">
    <title>Clearing caches</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=274438</link>
    <description>
A short note about a task I am doing at my day job, involving making sure that different caches are cleared consistently. For people wondering about real-life use cases of metaprogramming techniques.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=274019">
    <title>Interfaces vs Inheritance (or, watch out for Go!)</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=274019</link>
    <description>
Some musings about my personal history with inheritance and interfaces, solicited by the release of the Go language this week.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=236637">
    <title>Managing Records in Python (Part 1 of 3)</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=236637</link>
    <description>
This is the updated translation of a beginner-level paper I wrote for Stacktrace one year ago (see http://stacktrace.it/articoli/2008/05/gestione-dei-record-python-1/).
It basically discusses Python 2.6 namedtuples (plus some musing of mine).
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=266907">
    <title>Converting .jpeg images in .cbz format</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=266907</link>
    <description>
A quick recipe for readers of digital comics
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=265857">
    <title>What I am doing now</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=265857</link>
    <description>
This summer I have been quite silent on Artima. Here is an
update of what I have done and what I plan to do in the future.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=261364">
    <title>The Adventures of a Pythonista in Schemeland/30</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=261364</link>
    <description>
What does it mean that two identifiers are equal in a lexically scoped language with hygienic macros? This last
episode of part V tries to answer the question, by discussing three different concepts of identifier equality.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=261363">
    <title>The Adventures of a Pythonista in Schemeland/29</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=261363</link>
    <description>
In this episode I explain how to break hygiene in Scheme macros by using datum-&amp;gt;syntax. I discuss how you can play
with the lexical context. Finally, I spend some word on non-hygienic macro systems versus hygienic systems.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=260195">
    <title>The Adventures of a Pythonista in Schemeland/28</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=260195</link>
    <description>
If there is a topic which is likely to engender a flame war between Schemers and Lispers, that topic is hygienic macros.
It is the time to face it, and to explain what people mean when they allude to the &amp;quot;hygiene problem&amp;quot;.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=260182">
    <title>The Adventures of a Pythonista in Schemeland/27</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=260182</link>
    <description>
In the last dozen episodes I have defined plenty of macros, but I have not really explained what macros are and how they work. This episode closes the gap: it explains the true meaning of Scheme macros by introducing the concepts of syntax object and of transformer over syntax objects.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=259977">
    <title>The Adventures of a Pythonista in Schemeland/26</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=259977</link>
    <description>
In this episode I add another item to the macro programmer toolkit (macros taking macros as arguments) and I bring an argument in favor of good old parentheses.
    </description>
  </item>

</rdf:RDF>
