Proof of concept for v2 - NO duplication, NO `static if` hell, NO difficulty with interoperability

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Mon Nov 1 06:48:54 UTC 2021


On Monday, 1 November 2021 at 01:55:22 UTC, Andrei Alexandrescu 
wrote:
>
> The best aspect of C++ is the people working on it.

The worst aspect of those people is that they keep pretending 
that C++ can become a good for high level programming, yet they 
fail to provide what people need for low level and performance. 
Such as SIMD types. Sadly g++ language extensions have far more 
impact than the stdlib.

The best way to judge a stdlib is to see if frameworks and large 
applications build on top of it or build their own bottom layer.

D can do the same. What is used by vibe-d and MIR, where does 
vibe-d and MIR build their own foundation?


More information about the Digitalmars-d mailing list