Skip to content

macoun/lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda - A Scheme Implementation

This is my toy interpreter. Do not expect a complete implementation at this time.

Installation

git clone https://github.com/macoun/lambda.git
cd lambda/src
make

The executable lambda will be created in the src directory.

Run

To interpret a source file

./lambda ../examples/sandbox.scm

To land in the REPL console. Yes, you guessed it.

./lambda

License

It will probably be MIT licensed. At this level feel free to do what you want with the code unless you recently killed a kitten.

About

A Scheme Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published