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

It only has manual memory management. No GC.

But if you don't target C, you can just skip using "delete".



Right, from the documentation (albeit hidden in the Arrays section):

Since there is no garbage collection in C, you must free the dynamically allocated array with delete. delete translates to C as free and nothing in other (garbage-collecting) languages.




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

Search: