Live data from Hacker News

Why C# Is Not My Favorite Programming Language

fredmameri.wordpress.com

1–10 of 10 posts

Re: Why C# Is Not My Favorite Programming Language

#4
post #2

It boils down to "C# is not C++".

that was my same feeling. I'm a C# developer, and even though I consider myself a decent dev, I never thought of C# as a toy language. I guess I'm not that good.

Yep... Feel the same here. I guess that we suck!

Re: Why C# Is Not My Favorite Programming Language

#6
post #2

It boils down to "C# is not C++".

I guess more specifically, why can't I write C++ in C#.

As a side note, the i7 4770k produces somewhere in the region of one hundred thirty-three billion seven hundred forty million operations per second. 8GB is sixty four billion bits.

We don't really need micro optimisations and bitflags anymore. Premature optimisation causes loads more problems than it actually solves. That's why we have languages like Java and C#.

https://en.wikipedia.org/wiki/Instructions_per_second

Re: Why C# Is Not My Favorite Programming Language

#8
post #2

It boils down to "C# is not C++".

that was my same feeling. I'm a C# developer, and even though I consider myself a decent dev, I never thought of C# as a toy language. I guess I'm not that good.

Until the author has made systems like Stack Overflow, Exchange, IIS, Office 365, and SharePoint in C++, his comments about C# being a "toy language for small projects" are pretty much baseless. In fact, this entire article is nothing more than an academic exercise, he has no practical examples where any of his concerns had a significant impact on a production system.

Re: Why C# Is Not My Favorite Programming Language

#10
post #5

Why Python, Ruby, Javascript, Java, PHP, and etc is Not My Favorite Programming Languages. That's subjective and completely worthless for others.

Agreed. Basically, he could have gone with almost every modern language there and the result would be the same.