1 link tagged with all of: programming + garbage-collection + compiler + scheme + webassembly
Links
The article details the author's project, Bob, which compiles the Scheme programming language to WebAssembly. It discusses the implementation of a new compiler that uses WASM's garbage collection to manage Scheme objects and highlights the challenges of handling complex data types. The author shares insights from the project, including how symbolic representations are handled in WASM.
scheme ✓
webassembly ✓
compiler ✓
garbage-collection ✓
programming ✓