{"author_name":"kiririmode","width":"100%","version":"1.0","title":"\u554f\u984c2-39 (2.2.3  Sequences as Conventional Interfaces)","provider_name":"Hatena Blog","author_url":"https://blog.hatena.ne.jp/kiririmode/","height":"190","url":"https://kiririmode.hatenablog.jp/entry/20071207/p2","description":"[tex:1\\leq j (define (square x) (* x x)) (define (smallest-divisor n) (find-divisor n 2)) (define (find-divisor n test-divisor) (cond ((> (square test-divisor) n) n) ((divides? test-divisor n) test-divisor) (else (find-divisor n (+ test-divisor 1))))) (define (divides? a b) (= (remainder b a) 0)) (d\u2026","image_url":null,"categories":["SICP"],"type":"rich","blog_title":"\u7406\u7cfb\u5b66\u751f\u65e5\u8a18","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20071207%2Fp2\" title=\"\u554f\u984c2-39 (2.2.3  Sequences as Conventional Interfaces) - \u7406\u7cfb\u5b66\u751f\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","published":"2007-12-07 00:00:01","provider_url":"https://hatena.blog","blog_url":"https://kiririmode.hatenablog.jp/"}