On Borrow Checking

Derek Fawcus dfawcus+dlang at employees.org
Thu May 1 00:34:20 UTC 2025


On Wednesday, 30 April 2025 at 01:26:14 UTC, jmh530 wrote:
> And my sense is that DIP 1000 and @live haven't quite gotten us 
> to the place where people want the language to be. That could 
> be a driver to the lack of interest.

I'm playing with DIP 1000, mainly because I'm also playing with 
@safe and want to be able to pass pointers to local variables in 
to functions.  (This is using DIP1000, DIP1021 and preview=in 
together with @safe.)

Note I want to use pointers, not references so as to improve 
local reasoning about the code.


More information about the Digitalmars-d mailing list