以下の内容はhttps://kiririmode.hatenablog.jp/entry/20071014/p3より取得しました。


問題1-32(b)

accumulate再帰的プロセスばん。

(define (accumulate-recursive combiner null-value term a next b)
  (if (> a b)
      null-value
      (combiner (term a)
		(accumulate-recursive combiner null-value term (next a) next b))))



以上の内容はhttps://kiririmode.hatenablog.jp/entry/20071014/p3より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14