Fork me on GitHub
The result of your code will appear here.
The abstract syntax tree will appear here.

Scheem is a very basic implementation of the Scheme programming language in Javascript.

Use the editor on the left to write Scheem code. Here are some examples:

View the full source code

View the unit tests

Scheem parsing is done using the Peg.js parser generator.