<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>やっぱり時代は中置記法なんじゃないかと思って、Schemeで中置記法演算してみた。 まず定義。eqはイコールの意味です。 (define (eq a f b) (f a b)) 簡単デスネ。 では、Schemeで中置記法演算してみる。 (eq 1 + 2) ; 3 なんか親しみやすい感じですね!! ちょっと読みにくいけど括弧を含む演算も出来る。 (eq (eq 1 + 2) * (eq 3 + 4)) ; 21 しかし、andが使えないことが判明。(Gauche&amp;MzScheme) (eq (eq -10 &lt; 0) and (eq 0 &lt; 10)) ; *** ERROR: invalid a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20070802%2F1186062321&quot; title=&quot; Schemeで中置記法演算 - ボクノス&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-08-02 22:45:21</published>
  <title> Schemeで中置記法演算</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20070802/1186062321</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
