Hacker News new | ask | show | jobs
by akkad33 311 days ago
> NET has spoiled me so badly with C#, NuGet, and the debugger that I just don't have the patience for any other languages with their half-assed build systems, janky package managers, and after-thought debuggers.

Rust and cargo are pretty good and only getting better. I don't really see a good use case for anything dotnet when JVM exists

1 comments

To be fair dotnet is much better than JVM, mainly from having learned from Java’s mistakes.

I don’t want to use either though.