Hacker News new | past | comments | ask | show | jobs | submit login

It is memory safe in the same way as Rust is. Rust allows you to de-reference a raw pointer, but only within an explicitly de-marked `unsafe` block. Cone will require a similar explicit mechanism. If you want the compiler to check your code for memory safety, don't use this mechanism. If you do use it, the responsibility for safety within rests on you, the programmer.



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

Search: