top | item 30952483

(no title)

creativemonkeys | 3 years 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

[2] https://github.com/DigitalMars/DMDScript

discuss

order

mhh__|3 years ago

D is the scripting language. The whole benefit of D for the company I work for is that we only have one language.

moonchild|3 years ago

Sil is distinct from d, and has distinct goals.