Hacker News new | ask | show | jobs
by nullwasamistake 2529 days ago
Another option, now that MS open sourced .NET core, is to use C#

They learned from Java's terrible sins. Features include value types (you can even use them as generic params!) And no type Erasure.

Besides massive improvements the language is nearly identical to Java. Only reason I'm still in Java land is the huge ecosystem.