Skip to content

Haskell implementation of Scheme interpreter from Abelson and Sussman's SICP.

Notifications You must be signed in to change notification settings

rcdickerson/hasicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

hasicp

Haskell implementation of Scheme interpreter from Abelson and Sussman's SICP.

Back in 200x, I ran a study group for the classic comp sci text, "Structure and Interpretation of Computer Programs" by Abelson and Sussman. The book's website, including the full text, is at https://mitpress.mit.edu/sicp/.

Over the course of the book, the authors build a Scheme interpreter in Scheme from first principles. As added fun for the study group, I built the interpreter in Haskell instead of Scheme using the same principles. The result is what you're looking at now.

About

Haskell implementation of Scheme interpreter from Abelson and Sussman's SICP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published