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

U mean the language where they use unsafe, to throw away all the memory safety?


Unsafe does not do that; mostly unsafe allows to dereference pointers, but does not disable the type system.

Borrowing rules are still enforced (eg you cannot write with a read-only pointer)




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

Search: