<div dir="ltr"><div dir="ltr">On Tue, Jun 9, 2020 at 4:15 AM 12345swordy via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Monday, 8 June 2020 at 06:51:59 UTC, Manu wrote:<br>
> On Sat, Jun 6, 2020 at 11:21 PM H. S. Teoh via Digitalmars-d < <br>
> <a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>> wrote:<br>
><br>
>> On Sat, Jun 06, 2020 at 01:11:46PM +0000, matheus via <br>
>> Digitalmars-d wrote:<br>
>> > [...]<br>
>><br>
>> Wasn't Manu one of the people who pushed for @nogc and <br>
>> eventually got it in?<br>
>><br>
><br>
> Yes, @nogc is totally my meddling, and it's a very valuable <br>
> tool! If only we could get a robust ARC solution over the <br>
> line... ;)<br>
><br>
> Outside the realtime code though, GC can be useful. It's not <br>
> bad the language has GC, but it would be nice if @nogc existed <br>
> much earlier so there was a better culture of writing libraries <br>
> to support it. Most libraries I've written recently work with <br>
> or without GC.<br>
<br>
To bad that @nogc is useless when it comes to manual memory <br>
management when it comes to classes as it doesn't work well at <br>
all with the class deconstructor.<br>
<br>
-Alex<br></blockquote><div><br></div><div> What do you mean?</div></div></div>