というわけで, Scheme の開発環境を Emacs で構築しました. Scheme の処理系 Gauche# まずは, Scheme 処理系をインストール.(ゴーシュ) Gauche - A Scheme Implementation gosh -V scheme-mode# Default で Emacs にはいっている. 以下の設定を参考にした. Emacs から Gauche を使う - karetta.jp Windows + Emacs + Gauche の環境構築 | 小さいモノは美しい ;; UTF-8 に統一 (setq process-coding-system-alist (cons '("gosh" utf-8 . utf-8) process-coding-system-alist)) (setq scheme-program-name "gosh -i") (