Skip to content

A collection of code snippets in LISP based on the MIT Open Courseware on Structures and Interpretations of Computer Programs.

License

Notifications You must be signed in to change notification settings

crjacinro/structure-and-interpration-mit

Repository files navigation

Structure and Interpretation of Computer Programs

A collection of code snippets in LISP based on the MIT OpenCourseWare on Structures and Interpretations of Computer Programs.

Watch the course here

Setup Used

  • Initially, I used the Common Lisp dialect and interpreter but encountered a lot of issues when I reached higher-order procedures because of the differences of the syntax.

  • I switched to Scheme and used the Chicken compiler since the original book and videos were using Scheme.

  • To run a Scheme file, use csi -s <filename.scm>

About

A collection of code snippets in LISP based on the MIT Open Courseware on Structures and Interpretations of Computer Programs.

Topics

Resources

License

Stars

Watchers

Forks

Languages