:: Re: [DNG] About the rust language
Góra strony
Delete this message
Reply to this message
Autor: kc-devuan
Data:  
Dla: dng
Temat: Re: [DNG] About the rust language
29 May 2024 23:53:51 Bruce Perens via Dng <dng@???>:

> And it pretty
> comprehensively deals with the issues of pointers, and no one even took on
> ownership other than Rust


Ada Spark mode has ownership support now and even prevents memory leaks. Though ownership, pointers and even the heap are rarely needed in Ada (e.g. containers that use the heap instead of Adas powerful arrays).

A video demonstrating Spark mode ownership is here.

"https://youtu.be/23pw42b4Xd0?si=tK_Vjv-zczxH5_pm"