<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>negaton</author_name>
  <author_url>https://blog.hatena.ne.jp/negaton/</author_url>
  <blog_title>ねがとんのねごと</blog_title>
  <blog_url>https://negaton.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>SICP読書会を研究室の有志でやっているのですが、問題を解いてきた答えに個性があって面白かったという話。例えば問題1.3の「3つの数の中で大きい方の2つの数の二乗和を求める関数」ではこんな感じでした。 俺 (define (&gt;= x y) (not (&lt; x y)) (define (xor a b) (if a (not b) b)) (define (func1-3 a b c) (+ (cond ((and (&gt; a b) (&gt;= a c)) (* a a)) ((and (&gt; b a) (&gt;= b c)) (*b b)) (else (* c c))) (cond ((xor (&gt; a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnegaton.hatenadiary.org%2Fentry%2F20080122%2F1201029838&quot; title=&quot;同じ問題をみんなで解いてみると面白い - ねがとんのねごと&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>2008-01-22 04:23:58</published>
  <title>同じ問題をみんなで解いてみると面白い</title>
  <type>rich</type>
  <url>https://negaton.hatenadiary.org/entry/20080122/1201029838</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
