我的環境是 mac os 10.11.5 (15F34)
下載 mit-scheme
雙擊打開,將MIT:GNU\ Scheme
拖入 Application
中
編輯 ~/.bash_profile
加入
alias mit-scheme="/Applications/MIT:GNU\ Scheme.app/Contents/Resources/mit-scheme"
在終端輸入mit-scheme
看是否出現
MIT/GNU Scheme running under OS X
Type `^C' (control-C) followed by `H' to obtain information about interrupts.
Copyright (C) 2014 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.
done