<?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>evalの処理について考えてみます。今のところネストした足し算には対応してないので(汗 「作用ってなんだろう?」 と考える。 (+ 1 2 3) 足し算です。単純に考えると、 (シンボル . リスト) な訳。シンボルとリストの対が手続きである。で、手続きを実行する行為を作用というのだ。(と思う) では、「作用はいつのタイミングですれば良いか?」と考えると、リストの最初がシンボルで、次がリストである時(手続きの時)に、リストの末尾に到達したら、作用出来る。無駄な足し算で考えると、 (+ (+ 1 2) (+ 2 3)) (+ 3 (+ 2 3)) (+ 3 5) 8 閉じ括弧が来たら作用。見えて…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20071201%2F1196518842&quot; title=&quot; Schemeをつくろう(5) 作用ってなんだろう? - ボクノス&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-12-01 23:20:42</published>
  <title> Schemeをつくろう(5) 作用ってなんだろう?</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20071201/1196518842</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
