5 ms·
How would a language's support for garbage collection make it any harder to compile a non-garbage-collected language into it? Why would you think that?
by SimHacker 13y ago
How would a language's support for garbage collection make it any harder to compile a non-garbage-collected language into it? Why would you think that?
- stormcrowsx 13y agoThere's no code to hint at how garbage collection should be done, since its automatic. You have to essentially include a library that would emulate the source language gc that it came from so its not a direct translation from one language to another. At least that's what I was thinking