C++ pattern matching is coming

Arun aruncxy at gmail.com
Wed Oct 26 06:28:37 UTC 2022


On Wednesday, 26 October 2022 at 01:06:27 UTC, Ali Çehreli wrote:
> On 10/25/22 17:53, zjh wrote:

> I am saying the above with full understanding that there are 
> programmers out there who were educated in C++ circles and are 
> sure that garbage collectors are for inferior languages. That 
> is a shortcoming of their education.

For short running tools and low volume stuff, yes, GC is good.

My practical experience running vibe.d service with GC in 
production: default GC is a bane. Default should've been @nogc.


More information about the Digitalmars-d mailing list