Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Oh, I've always had plenty naysayers. If I ever paid any attention to them, I'd be a total failure.


I think D didn't gain the momentum because of GC. O/B system is interesting but makes the syntax ugly (at least in Rust's case).

Had D gone with a (deterministic) ref counting like Swift and Vala, it would've been much more popular I think. Such memory management keeps the syntax cute :) while not sacrificing the determinism.


We looked hard at an automatic ref counting system. We could not find a way to make it 100% memory safe while allowing pointer access for efficiency. An O/B system makes this workable.

D doesn't change the syntax for O/B.




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

Search: