Structure and
Interpretation
of Computer
Programs

Fall 2021
course
site
-->

README - guile setup for sicp

The files here can be used to initialize GNU guile to make it more compatible with the SICP textbook. This customized version can be accessed by typing "scheme" at the command line.

See the directions in _profile for more details. Or ask Jim for help or hints.

The .zip archive has all the initialization files, but they're in an invisible file (.profile) and an invisible folder (.scheme).

$ unzip scheme_init_files.zip
$ cd scheme_init_files
$ tree -a
.
├── .profile
├── .scheme
│   ├── activate_alias
│   ├── init_guile.scm
│   ├── srfi64.scm
│   └── srfi78.scm
└── readme.txt
https://cs.bennington.college /courses /fall2021 /sicp /code /guile_setup /README
last modified Mon September 6 2021 5:05 pm