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

Also GC by default and systems programming language just don't mix. Rust tried to have GC in it at the early stage of development, but the developers realized that it must be get rid of to make it compete with C/C++.


> Also GC by default and systems programming...

GC is _not_ the default though. Not sure why you brought that up.


,, Nelua uses a garbage collector by default, but it is completely optional and can be replaced by manual memory management''


Sounds like D, where D is also in theory optional, but in reality most of the standard library and external libraries rely on GC.




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

Search: