We are forking D

Walter Bright newshound2 at digitalmars.com
Wed Jan 10 20:46:33 UTC 2024


On 1/10/2024 8:15 AM, Nick Treleaven wrote:
> If you mean @live, that's under a preview switch. If you mean importC, that's a 
> compiler feature, not part of the D language.

Interestingly, I have begun adopting an O/B style in my own coding. It has a lot 
of merit, even for GC code, as it makes code more understandable.

I well know that O/B isn't a solution for every problem, which is why Rust has 
an "unsafe" mode. I also have no intention of breaking everyone's code by 
introducing OB. That's why it's restricted to @live functions.


More information about the Digitalmars-d mailing list