Java/C# vs Rust
Java/C# vs Rust
Posted Aug 17, 2024 3:45 UTC (Sat) by Cyberax (✭ supporter ✭, #52523)In reply to: Java/C# vs Rust by khim
Parent article: Standards for use of unsafe Rust in the kernel
gcc was not much better. It did not support member templates until 2.95 in 1999. In 1995 it did not even support type deduction properly, instead relying on "guiding declarations": https://support.sas.com/documentation/onlinedoc/ccompiler... - you had to explicitly match types, as the compiler couldn't deduce the common types.
> Um. That's how Turbo Pascal 4+ did starting from year 1987 and how Ada did from the day one in year 1983.
They don't have to do monomorphisation that requires you to keep pretty much all the stuff in RAM.
