About
BiwaScheme is a Scheme interpreter written in JavaScript.
Try it now
Download
Older versions are on github.
Example
<script src="biwascheme.js"></script>
<script type="text/biwascheme">
  (console-log "Hello, world!")
</script>
      Demo
- Picture language (from SICP)
 - BiwaScheme for Mobile
 - Games
 - Development
 
Links
- Interactive overview of Scheme's semantics - Interactive Scheme tutorial using klipse