On Wednesday, 14 February 2018 at 08:53:31 UTC, drug wrote:
14.02.2018 11:45, Ola Fosheim Grøstad пишет:
On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote:
Someone revived the Expressive C++17 Coding Challenge thread
today and I thought this is an excellent opportunity to
revive my blog and finally write an article showing why I
like D so much:
https://seb.wilzba.ch/b/2018/02/the-expressive-c17-coding-challenge-in-d
It's mostly targeted at beginners as I explain many basic D
features, but maybe it's helpful for beginners looking into D.
Sadly, he just picked the solution that used most C++17
features and not one that was clean and compact... :-/
I guess the point was to create a C++17 tutorial, and not a
coding contest as such.
It's sadly that using most C++17 features fails to provide
clean and compact solution...
yeah.. even the more modern C++ code still makes me want to stay
clear of it...(perhaps even more so).
I just never get the same feeling when I look at D programs.