logoalt Hacker News

koyotetoday at 2:23 AM2 repliesview on HN

I personally can't think of an all-rounder language that is better than C#. It's fast, has great tooling, powerful, extremely productive for working with large code bases and runs 'anywhere'.

JS has lost against TS which is basically C# for web (both designed by the same person) and Python is not really something you should build large applications with (execution speed + maintenance issues).

What do you believe is the current language du jour?


Replies

rubenvanwyktoday at 5:11 AM

Golang is often the default now. As someone who’s new to backend development, I’ve been exploring C# and can’t understand why it’s not the default. I think C# primarily has a marketing problem.

show 1 reply
LAC-Techtoday at 6:12 AM

I personally can't think of an all-rounder language that is better than C#

I didn't ask about whether it was good.

I asked about whether it's past its peak.

show 1 reply