Why is D unpopular?
IGotD-
nise at nise.com
Thu Apr 28 09:02:09 UTC 2022
On Thursday, 28 April 2022 at 07:54:44 UTC, Ola Fosheim Grøstad
wrote:
>
> What made C# easy to use? Was it auto-completions and
> suggestions in the IDE, or was it something that has to do with
> the language itself?
>
Several reasons.
It is a simplified language compared to C++. You can easily learn
coming from C++ or D. While being more limited than C++ without
real meta programming, you rarely need it.
The libraries that come with C#/.Net are great. They are easy to
use and they are plenty.
C# has various good IDEs to choose from, Visual Studio being the
gold standard.
More information about the Digitalmars-d
mailing list