Re: a tutorial on Vibe.d

2021-11-13 Thread Vinod K Chandran via Digitalmars-d-announce
On Wednesday, 10 November 2021 at 04:14:57 UTC, Rey Valeza wrote: // I am happy to note that an expert-level knowledge of D is not required to develop apps in Vibe.d// Well, this inspired me. Now, I want to read this book and practice some web programming. Actually, I am a fan of desktop

Re: autoptr (ref counted pointers)

2021-11-13 Thread Salih Dincer via Digitalmars-d-announce
On Friday, 12 November 2021 at 14:32:42 UTC, vit wrote: Hello, I implemented reference counted pointers supporting: - weak pointers (optional). - aliasing. - atomic/non-atomic counters. - multithread ref counted pointers . - arrays. - destructors with attributes - pure, const, immutable and