<?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/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:hatena="http://www.hatena.ne.jp/info/xmlns#"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
>

<channel rdf:about="https://b.hatena.ne.jp/entry/s/pypy.org/posts/2022/07/toy-optimizer.html">
<title>&#x306F;&#x3066;&#x306A;&#x30D6;&#x30C3;&#x30AF;&#x30DE;&#x30FC;&#x30AF; - Implementing a Toy Optimizer</title>
<link>https://b.hatena.ne.jp/entry/s/pypy.org/posts/2022/07/toy-optimizer.html</link>
<description>In this blog post I want to show the complete code (in Python3) of how a very simple optimizer for sequences of operations can work. These algorithms could be part of a (really simple) compiler, or...</description>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="https://b.hatena.ne.jp/johnmayer/20220722#bookmark-4722669317581629858" />
  <rdf:li rdf:resource="https://b.hatena.ne.jp/xef/20220720#bookmark-4722669317581629858" />
 </rdf:Seq>
</items>
</channel>
<item rdf:about="https://b.hatena.ne.jp/johnmayer/20220722#bookmark-4722669317581629858">
<title>johnmayer</title>
<link>https://b.hatena.ne.jp/johnmayer/20220722#bookmark-4722669317581629858</link>
<description></description>
<dc:date>2022-07-21T15:17:39Z</dc:date>
</item>
<item rdf:about="https://b.hatena.ne.jp/xef/20220720#bookmark-4722669317581629858">
<title>xef</title>
<link>https://b.hatena.ne.jp/xef/20220720#bookmark-4722669317581629858</link>
<description></description>
<dc:date>2022-07-20T14:55:04Z</dc:date>
<dc:subject>LanguageImplementation</dc:subject>
<dc:subject>Python</dc:subject>
<taxo:topics>
  <rdf:Bag>
    <rdf:li resource="https://b.hatena.ne.jp/q/LanguageImplementation" />
    <rdf:li resource="https://b.hatena.ne.jp/q/Python" />
  </rdf:Bag>
</taxo:topics>
</item>
</rdf:RDF>