crjacinro / structure-and-interpration-mit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Scheme 100.0%