Java/C# vs Rust
Java/C# vs Rust
Posted Aug 19, 2024 12:48 UTC (Mon) by pizza (subscriber, #46)In reply to: Java/C# vs Rust by khim
Parent article: Standards for use of unsafe Rust in the kernel
Wait, _rewrite_? Surely you jest.
New stuff only rarely replaces the old stuff; instead it's layered on top. It's turtles all the way down.
And again, it is a simple FACT that Java is vastly more approachable than the stuff it supplanted, and was useful for nearly everything, from deeply embedded stuff [1] to teaching/toy problems [2] to desktop applications [3] to enterprise consultant wet dreams -- All from the same base tooling. That was a *HUGE* change over the former status quo.
Sure, many of its use cases have since been better served with newer stuff. So what? Isn't that the fate of all technology?
[1] Multiple generations of ARM processors ran the Java bytecode natively
[2] Completely supplanting Pascal in introductory programming courses
[3] Including browser applets. Which I don't miss.
