Move/borrow talk on Nim

Walter Bright newshound2 at digitalmars.com
Thu Feb 6 07:04:10 UTC 2020


On 2/5/2020 12:52 PM, IGotD- wrote:
> This also what I think should be approach in D, which is borrow checker should 
> stay out of the way as much as possible without any additions to language syntax.

The current O/B design in D has zero additions to the syntax other than an 
`@live` attribute for a function.

It relies heavily on leveraging the existing DIP25 and DIP1000 implementations. 
I know it's been a hard sell for those two, but it's paying off.


More information about the Digitalmars-d mailing list