@ryo It may be a meme language, but is anything specifically wrong with it, other than being developed by Google's controlled opposition?
@ryo
To me, it seems like one of the many new languages that is trying to be that C/C++ replacement along with Go, Zig, D, and Jai. People want a replacement because C suffers from the problem of being too simple yet difficult to use effectively (need to grasp pointers, learn how data is managed, etc.), while C++ has too many features tacked on over the years that it's difficult to fully learn. So everyone is trying to create a replacement with varying degrees of success.
>And so many who used .NET in the past who now have to rewrite their stuff again now that more people decided to switch to Linux, BSD, or macOS even.
Mono and .NET Core exists. C# is probably the most popular programming language for indie games. Of course, it's supported on Linux. I used C# on Linux up until recently. Only problem is that it's heavily frowned upon in the Linux community for obvious reasons and that compiled Mono/.NET applications still have .exe extensions which makes it confusing if you also use Wine.