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:
if/elselet
lambdaScheem parsing is done using the Peg.js parser generator.