Skip to content

Matt-RFI/scheme-interpreter

Repository files navigation

Scheme Interpreter

An interactive interpreter for the scheme programming language written in python. Fully supports all R5RS features, along with some additional capabilties.

Starting an interactive session

To start an interactive scheme interpreter session,run the following command:

python3 scheme.py

To exit the Scheme interpreter, press Ctrl-d or run the following command:

scm> (exit)

Use the following command to evaluate the expressions in an input file using the file name:

python3 scheme.py inputfilename.scm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published