Skip to content

healyk/Scheme-in-Scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheme In Scheme

Scheme interpreter written in Scheme.

Read about it here

Note that this is Chicken Scheme specific. If you want to use/run this in another scheme implementation replace the (use ...) statements in repl.scm with an appropriate loading mechanism for the SRFIs.

Individual Links

Here are links to my blog where I'm currently explaining each part. It's sort of a thought dump of what I'm doing. It is somewhat interesting to see the evolution of the software through each iteration.

Part 1. Introduction

Part 2. Simple defines

Part 3. Arithmetic

Part 4. The Virtual Machine

License

If you really want to use this somewhere I'm licensing it under the MIT License.

About

A Scheme Intrepreter written in Scheme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages