DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 2, 2022 7:46 UTC (Mon) by ddevault (subscriber, #99589)In reply to: DeVault: Announcing the Hare programming language by roc
Parent article: DeVault: Announcing the Hare programming language
No, there are no tools to prevent use-after-free. Hare uses manual memory management. There are other tools, like bounds checked slices and arrays, mandatory error handling, nullable pointer types, and so on, but it's not as comprehensive in this respect as, say, Rust, by design.
