【问题标题】:Is there way to run MIT scheme interpreter under emacs on Windows?有没有办法在 Windows 上的 emacs 下运行 MIT 方案解释器?
【发布时间】:2016-01-11 09:48:16
【问题描述】:
【问题讨论】:
标签:
emacs
scheme
lisp
mit-scheme
【解决方案1】:
以下内容对我有用。您显然需要添加路径。如果我省略了--library 选项,那么在启动时 mit-scheme 会抱怨找不到它的运行时波段。
(require 'cmuscheme)
(setq scheme-program-name "/usr/local/scheme/bin/mit-scheme --library /usr/local/scheme/lib/mit-scheme")
在方案缓冲区中:
MIT/GNU Scheme running under MacOSX
Type `^C' (control-C) followed by `H' to obtain information about interrupts.
Copyright (C) 2011 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Image saved on Tuesday November 8, 2011 at 10:45:46 PM
Release 9.1.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41
LIAR/x86-64 4.118 || Edwin 3.116
1 ]=>