Hacker News new | ask | show | jobs
by iainctduncan 983 days ago
Awesome! I am using s7 Scheme in WASM as an interpreter, and it's a blast. Very excited to see this.

For anyone interested, here's how easy it is to use s7 (which is implemented as one big ANSI C file) in WASM. https://github.com/iainctduncan/s7-wasm

And a more comprehensive example: https://github.com/actondev/s7-playground