Skip to content
/ NESICP Public

Notebook and Exercises of Structure and Interpretation of Computer Programs

Notifications You must be signed in to change notification settings

polossk/NESICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NESICP

Notebook and Exercises of Structure and Interpretation of Computer Programs

Scheme Interpreter

Configuration

Windows 10

  • Get Windows Binary from MIT-Scheme
  • If can't open from desktop shortcut, with warning requested allocation is too large try again with a smaller argument to '--heap', add --heap 512 to the shortcut
  • Or run it in console with mit-scheme with the mit-scheme is in your PATH, or and path C:\Program Files (x86)\MIT-GNU Scheme\bin (default only) in your PATH

Ubuntu

  • sudo apt-get install mit-scheme
  • mit-scheme < script.scm

Exercises

  • Chapter 01 - Building Abstractions with Procedures

Notes

About

Notebook and Exercises of Structure and Interpretation of Computer Programs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages