WIP
A Scheme-to-JS compiler for a subset of r7rs. It enables you to run Scheme code in a browser or with a Node application.
For usage, see demo.
Features:
- standard procedures
- library support
-
define-syntax
- standard forms:
let
,define
,lambda
...