HN2new | past | comments | ask | show | jobs | submitlogin

I do wonder then how difficult it would be to mod games written in D
 help



I don't think D has a "must use GC" mode, so probably easy to hit a footgun. It's the footguns that make things hard (IMO).

There is no "must use GC" mode, as far as I'm aware, but the footguns you describe only exist if the programmers opt-out of the GC. It's somewhat similar to using JNI/FFM in Java: it's possible to escape the safety of the VM. Though it's much easier to do so in D.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: