Skip to content

ncollins/sicp-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sicp-interpreter

A mostly-complete implementation of the interpreters from sections 4.1 and 4.2 of Structure and Interpretation of Computer Programs.

The original interpreter (section 4.1) is in the master branch, and the lazy evaluator of section 4.2 in in the lazy branch.

I implemented it in Racket and experimented with a few things I hadn't used before (e.g. Racket's classes and objects). It doesn't implement everything covered in the book, in particular quote is missing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages