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/else
let
lambda
Scheem parsing is done using the Peg.js parser generator.