下载地址:

http://www.gnu.org/software/mit-scheme/

下载windows版本,安装。

The MIT-Scheme can be installed by just downloading and executing the installer.

  1. Go to the homepage of MIT/GNU Scheme and download the Windows binary, mit-scheme-N.N.N-ix86-win32.exe.
  2. Double click the downloaded installer. The installer asks something and leave everything as default.
  3. After installation, four shortcuts are created, named SchemeCompilerEdwin, and DocumentationSchemeCompiler, and Edwin are shortcuts to the same program with different options. By using the Compiler, you can compile your program into a native code, which makes run-time shorter. On the other hand, Compiler consumes more memory. 
    Edwin is an Emacs like editor for editing Scheme programs. You can use this or your favorite editor.
  4. You can customize the MIT-Scheme by editing the configuration file scheme.ini.
    Create scheme.ini in a directory defined by the environmental variable HOMEPATH. You can check the value of HOMEPATH by giving
    >set HOMEPATH
    

    from a console (DOS window). In the case of WinXP, HOMEPATH is predefined as 
    \Document and Setting\username

    Following code shows an example of scheme.ini

    (cd "C:\\doc\\scheme")
    (define call/cc call-with-current-continuation)

    The first line means changing directory to C:\doc\scheme. By this code, the MIT-Scheme move to this directory and you don't have to give full path name to load Scheme programs. The second line defines abbreviation of call-with-current-continuation.

教程:

http://www.math.pku.edu.cn/teachers/qiuzy/progtech/scheme/mit_scheme.htm

http://www.cnblogs.com/mill2002/archive/2013/04/11/3015450.html

最新文章

  1. Theano2.1.1-基础知识之准备工作
  2. Java内存区域-- 运行时数据区域
  3. 安装jessie记录
  4. Android性能优化--Listview优化
  5. cocos2d-x之加法计算器
  6. Magento打印(配送单、退款单、发票)时PDF中的乱码问题
  7. 2015-10-11 Sunday 晴 ARM学习
  8. 服务框架Dubbo(转)
  9. VMware 虚拟机安装 Mac OS X Mountain Lion 苹果系统
  10. [转]开源应用架构之asterisk
  11. 使用Maven+Nexus+Jenkins+Svn+Tomcat+Sonar搭建持续集成环境
  12. 使用Three.js挖空安装门来解决重叠闪烁的问题
  13. aop(Aspect Oriented Programming)面向切面编程
  14. JOptionPane类提示框常用方法总结
  15. idea关于tab的设置
  16. reStructuredText - 一个比MarkDown更好用的标记语言
  17. [转] C#开源项目大全
  18. vmp3.0.9全保护拆分解析
  19. MySQL触发器Trigger实例篇
  20. 20145311王亦徐 实验三 "敏捷开发与XP实践"

热门文章

  1. ECharts 使用实例
  2. ubuntu 16.04 一些使用过程中遇到的问题
  3. ubuntu 14.04 下试用Sublime Text 3
  4. python标准库 bisect模块
  5. JUnit4中的测试套件
  6. [转]Binarized Neural Networks_ Training Neural Networks with Weights and Activations Constrained to +1 or −1
  7. 玩转Nodejs日志管理log4js(转)
  8. 整合 新浪 腾讯 人人 qq空间 分享地址
  9. java 去除重复项
  10. Android-------设置TextView同时显示图片和文本,并控制图片大小