Remix.run Logo
pjmlp a day ago

Java and C# definitely don't belong on the same basket.

And inferior to what, the crab?

archargelod a day ago | parent [-]

Inferior to languages that compile to native binaries, not burning dramatically more cpu cycles than necessary.

pjmlp a day ago | parent [-]

Showing your ignorance regarding Java and C# ecosystems and available compilers on that reply.

archargelod a day ago | parent [-]

I indeed don't know about Java, but with C# there are a lot of limitations if you want AOT compilation and you still get the bloated binary and limited performance.

I also, personally, never seen a single project written in either Java or C# that distributes aot binaries.

pjmlp a day ago | parent [-]

You mean bloated as Go, the superior language?

The limited performance of game engines like the one used by Capcom for Devil May Cry on the Playstation 5?

Java binaries deployed in embedded systems by PTC and Aicas are AOT compiled.