1

我在 Snow Leopard 上运行 MIT 计划。问题是:当我输入单引号 (') 时,我得到的是重音符号 (´)。这使得在 Scheme 中编程几乎是不可能的,因为我不能引用符号、列表等。

我从 Mac Ports 获得了 MIT 方案,但同样的事情发生在从http://ftp.gnu.org/gnu/mit-scheme/下载的 MIT 方案上。


MIT/GNU Scheme running under MacOSX
Type `^C' (control-C) followed by `H' to obtain information about interrupts.

Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008 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 Friday June 4, 2010 at 2:40:04 PM
  Release 7.7.90.+ || Microcode 15.1 || Runtime 15.7 || SF 4.41 || LIAR/C 4.118
  Edwin 3.116
Happy Happy Joy Joy.
4

1 回答 1

0

这听起来更像是系统的问题,而不是 Scheme 的问题。我知道当我安装它时,在我的 Macbook 上运行 MIT 没有问题。您是否在其他应用程序(如文本编辑)中看到此问题?您在哪个应用程序中编写代码?听起来像是一个简单的键绑定问题,但我需要更多信息。

于 2011-05-01T16:28:18.540 回答