6 ms·
As far as I can tell, D already implements this idea. The Rust/RustGC duality is very similar to D's approach, which has manual memory management and an optiona
by creativemonkeys 4y ago
As far as I can tell, D already implements this idea. The Rust/RustGC duality is very similar to D's approach, which has manual memory management and an optional GC [1], and DMDScript [2] could be the scripting language.
[1] https://dlang.org/spec/garbage.html https://dlang.org/spec/garbage.html
[2] https://github.com/DigitalMars/DMDScript https://github.com/DigitalMars/DMDScript
- mhh__ 4y agoD is the scripting language. The whole benefit of D for the company I work for is that we only have one language.