1. 安装Mit-scheme
apt-get install mit-scheme
2. 写一个hello wold代码, hi.scm
(begin (display "Hello,World!") (newline))
3. 在命令行执行 scheme,进入交互界面,然后输入命令
(load 'hi.scm')
将执行这个文件,然后输出 "Hello,World!"
4. scheme语言的简明教程
http://songjinghe.github.io/TYS-zh-translation/
http://scheme.com/tspl4/