SICP exercise some preparatory work with Deepin (Linux)

Practice environment to build

sudo apt-get install mit-scheme

The installation process, note the last two lines Tips

update-alternatives: Use / usr / bin / MIT-scheme-x86- 64 to provide / usr / bin / mit-scheme (mit- in automatic mode scheme) 
Update -alternatives: Use / usr / bin / mit-scheme- x86- 64 provides / usr / bin / scheme (scheme ) in an automatic mode,

Here distinction mit - scheme and scheme.

cd /usr/bin

carried out

mit-scheme-x86 64

test

1 ]=> (+ 1 2)

;Value: 3

can use.

 

Video library materials collection

Video, B master station UP: unstable fulcrum. https://www.bilibili.com/video/av8515129

Construction and interpretation of books, computer programs. https://book.douban.com/subject/1148282/

 

But due to their own weak foundation, so the first order, the main base

1, The Little Schemer. Getting the first step. https://book.douban.com/subject/27080946/

2, "Yet Another Scheme Tutorial" is an introductory tutorial Scheme,

Death King by the Great God translated on the web. http://deathking.github.io/yast-cn/

3、Githud 地址。https://github.com/DeathKing/Learning-SICP/

 

References: know almost @ Clement of Li . https://zhuanlan.zhihu.com/p/34313034

Guess you like

Origin www.cnblogs.com/yiweshen/p/11220207.html