Skip to content

Learning about garbage collection - small scheme interpreter

License

Notifications You must be signed in to change notification settings

cakemanny/small-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

small-scheme

A small implementation of a scheme interpreter to practise implementing a garbage collector. This I wanted to do before starting work on the more complicated garbage collector that would need to be written for the intml ml-like language.

The interpreter is in the reader subdirectory of this repository, the garbage collector in runtime.c

Requirements

The reader project requires libbsd on linux. On debian based systems, install as so:

# apt-get install libbsd-dev -y

About

Learning about garbage collection - small scheme interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published