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

> D is not a garbage collected language. If the standard library is improved one will be able to ignore the GC.

D isn't safe if you don't use the GC.



It is memory safe as long as you use SafeD mode (@safe).


"When you enter SafeD, you leave your pointers, unchecked casts and unions at the door. Memory management is provided to you courtesy of Garbage Collection."


Stupid me, I was thinking about something else when I commented.




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

Search: