Hacker News new | ask | show | jobs
by Wintereise 2882 days ago
> - .NET is "multiplatform", but clearly second-class in terms of tooling and perf on non-windows platforms.

I agree, and we found this out recently the hard way.

For example, the CoreCLR does NOT build on 32-bit Linux as of now [1]. While our software has absolutely no reason to complain (and doesn't on Windows!), we can't target 32-bit Linux users.

[1]: https://github.com/dotnet/coreclr/issues/9265