Skip to content

Notes and exercises from SCIP - Structure and Interpretation of Computer Programs - MIT

Notifications You must be signed in to change notification settings

stefannibrasil/scip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Notes and exercises from SCIP - Structure and Interpretation of Computer Programs.

How to run

This project uses the LISP dialet CHICKENscheme, a practical and portable scheme system.

If you want to install CHICKEN:

  • Visit the Download page
  • Download the latest CHICKEN release
  • Extract the file
  • Enter the extracted file directory
  • Run make PLATFORM=<platform> PREFIX=<destination> # run make to see the options
  • Run make PLATFORM=yourplatform check
  • Verify it installed correctly by typying csi. It should get you to the interactive shell
  • To exit it, press Ctrl + D

About

Notes and exercises from SCIP - Structure and Interpretation of Computer Programs - MIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published