Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 732 Bytes

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