6 ms·
"when you've got a much better language in C#" That's subjective.
by benaston 11y ago
"when you've got a much better language in C#"
That's subjective.
- cwbrandsma 11y agoC# can accurately subtract decimal numbers without having to invoke a webservice or use a third-party library. I'd call that better. (Note: I spend most of my time writing JS, but am extremely familiar with C# and Java)
- M8 11y agoIt's not subjective. JS is only relevant due to ubiquity. Nobody transpiles to C#. (well, except for Haxe - to nitpick, but it also transpiles to Java and C++).
- Nullabillity 11y agoBecause people compile directly to CIR. See: VB.net, F#, Scala.net, IronPython, IronRuby, etc.
- M8 11y agoI meant C# is awesome so you just use it directly :).