Would the ownership model make D lang as complicated as Rust?

Timon Gehr timon.gehr at gmx.ch
Wed Nov 18 01:33:37 UTC 2020


On 18.11.20 02:21, Walter Bright wrote:
> On 11/15/2020 6:34 AM, Timon Gehr wrote:
>> And an unsound interface between the two so you can have your O/B and 
>> safety type checks and even get the luxury of some memory corruption 
>> anyway.
> 
> In Rust there are unsafe (i.e. unsound) functions, too. It's not 
> possible to make Rust work without them.

`unsafe` functions are not unsound, as they don't claim to be safe.


More information about the Digitalmars-d mailing list