Hacker News new | ask | show | jobs
by usernametbd 3382 days ago
Kind of a noob question. But why would you be happy if C# ran in jvm? Is it just cross-platform compatibility so that you can develop your C# application for Linux?
1 comments

> Is it just cross-platform compatibility so that you can develop your C# application for Linux?

C# runs just fine on Linux, using .Net Core.

So any particular reason to want C# in jvm?