D code length vs other languages

Gregor Mückl gregormueckl at gmx.de
Fri Dec 6 10:16:59 UTC 2019


On Friday, 6 December 2019 at 09:58:28 UTC, Ola Fosheim Grøstad 
wrote:
> C++ is more verbose than D. In part because the C++ std lib 
> requires more syntax and also because C++ code often use 
> explicit namespaces. C++ is gradually getting less verbose by 
> newer features like for-each, lambdas and constexpr.

Also, the need for headers. That alone can add considerably to a 
codebase.


More information about the Digitalmars-d mailing list