#compiler-implementation

[ follow ]
fromThegreenplace
16 hours ago
Software development

Compiling Scheme to WebAssembly

A Scheme-to-WebAssembly compiler in Bob uses WASM GC and boxed refs to represent Scheme objects, enabling closures, GC, and execution via standard WASM tools.
[ Load more ]