Hacker News new | ask | show | jobs
by thaumasiotes 3328 days ago
It seems like the normal thing to do would be to develop for a runtime that does feature GC?

Of all the things you've ever encountered called "assembly language", how many supported GC?

2 comments

It is on the wasm roadmap, along with other things that sound more like a virtual machine, and less like ASM. I assume to allow for dynamically typed languages without a download of the entire runtime.
I wasn't talking about the language, but the runtime I guess.