Why do C++ programmers are not interested in D?
Steven Schveighoffer
schveiguy at gmail.com
Tue Nov 19 16:11:00 UTC 2019
On 11/19/19 9:55 AM, Ola Fosheim Gr wrote:
> On Tuesday, 19 November 2019 at 14:36:06 UTC, Ola Fosheim Grøstad wrote:
>> Whoever stops evolving their metaprogramming features will fall behind.
>
> Btw, Go is also actively pursuing generics now:
>
> https://go-review.googlesource.com/c/go/+/187317/
> https://blog.golang.org/why-generics
Interesting they use the term "generics", it looks very much like they
are putting in templates, which are vastly different from generics on
many languages.
It also looks like the call syntax does not use angle brackets, but just
normal parentheses, a huge win for sure.
-Steve
More information about the Digitalmars-d
mailing list