#define ONE 2

Scheme Interpreter

This is a scheme interpreter written in javascript. This means it can be run directly in the web browser.

Whever I tell someone about this project, they hear the word javascript and laugh. I encourage you to explore this language a little more; I think you'll find it has come a long way since its primitive Netscape days. The existence of of first-class functions and closures should be enough right there.

Project goals:

What it does:

What it doesn't do

For a larger insight in how it works, take Dan Friedman's programming languages course.

Try the Scheme Interpreter

Other places where I exist