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
[2] https://github.com/DigitalMars/DMDScript
mhh__|3 years ago
moonchild|3 years ago