この本を読んでみたい: http://www.eecs.berkeley.edu/~bh/ss-toc2.html . しかし、「Simply Scheme」言語を機能させるのに苦労しています。コードは実行されません。
#lang planet dyoo/simply-scheme:2
(parse ’(4 + 3 * 7 - 5 / (3 + 4) + 6))
次のエラー メッセージが表示され続けます: "parse: unbound identifier in module in: parse"。