<?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/weblogs.rss">
    <title>Artima Weblogs</title>
    <link>http://www.artima.com/weblogs/</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=285952" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=284730" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=284558" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=283925" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=282344" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=281754" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=281528" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=281127" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=281160" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=281005" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=280996" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=280869" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=279897" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=278900" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=278567" />
      </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=285952">
    <title>Heron Tackles the WideFinder Challenge</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=285952</link>
    <description>
Tim Bray's WideFinder project is to write a simple log-file parsing program that runs fast on modern CPUs with low clock rates but many cores. I decided to tackle it with the newest Heron release (version 1.0 Alpha 2).
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=284730">
    <title>Programming in the Mid-Future</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=284730</link>
    <description>
In 25 years or so, we'll look at the current morass as only a small step above assembly-language programming. Here's what I think programming will be like then.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=284558">
    <title>(Re-)Introducing the Heron Programming Language</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=284558</link>
    <description>
Over five years ago I started talking about Heron on Artima.com. After several re-designs, and many side adventures, I am finally making the first Alpha release of version 1.0 of the Heron interpreter.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=283925">
    <title>A Golf Ball to the Forehead</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=283925</link>
    <description>
A participant in a recent writing workshop used this phrase to describe what her executive clients hoped for. That sudden flash of insight is what I'm looking for, too.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=282344">
    <title>The Management Myth</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=282344</link>
    <description>
This book should be required reading for anyone considering business school. By methodically exposing their extremely shaky foundations, it strongly suggests they are doing far more harm than good.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=281754">
    <title>Rapid Hiring &amp;#38; Firing to Build the Best Teams</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=281754</link>
    <description>
Apparently the founder of Kayak.com does this, in an attempt to not only prevent poisonous people from destroying teams, but to go in the other direction and create exceptional teams.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=281528">
    <title>First Steps In Flex Screencasts</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=281528</link>
    <description>
Just over a year ago, James Ward &amp; I published &amp;quot;First Steps in Flex.&amp;quot; Our goal was to make Flex easy by creating the shortest examples and chapters we could, to give you just enough to get started. We've just finished making free screencasts of all the chapters in the book.
    </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=281160">
    <title>Pattern matching in Scala for expressions</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=281160</link>
    <description>
Scala pattern matchers with side effects can have unexpected results in for expressions.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=281005">
    <title>Software Development Has Stalled</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=281005</link>
    <description>
I think my subconscious mind has been figuring this out over the past number of years.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=280996">
    <title>Posse Roundup Early-Bird Ends Sunday</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=280996</link>
    <description>
The Java Posse Roundup Early-Bird pricing expires January 31 -- that's this Sunday.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=280869">
    <title>&quot;Stand Back! I Have An MBA!&quot;</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=280869</link>
    <description>
We're cranking out MBAs 10x faster than we did 10 years ago. Is there any real value in an MBA, or is it just an irresistible money-mill for universities?  I'm reading a book that makes a rather strong case that all management is built on illusions.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=279897">
    <title>Owners vs Caretakers</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=279897</link>
    <description>
A short response to Tim Bray's recent blog post, Doing it Wrong.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=278900">
    <title>Java Posse Roundup Registration Open</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=278900</link>
    <description>
This year's conference will be March 16-19, with a free &amp;quot;Alternative Languages Hackathon Day&amp;quot; on March 15. It's during ski season in Crested Butte, CO, and also during a spring break so register and get your lodging early!
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=278567">
    <title>Towards A Formal Specification of Reified Lambda Functions</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=278567</link>
    <description>
In a previous weblog a suggestion for reifying lambda types was given. The previous weblog give examples but no formal description of the process. This weblog gives a more formal description.
    </description>
  </item>

</rdf:RDF>
