Shared libraries
Shared libraries
Posted Nov 25, 2025 18:47 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Shared libraries by nim-nim
Parent article: APT Rust requirement raises questions
> Why should they ? The same developer-friendly argument was made for Java software, the same refusal to invest in a mechanism to share components and stabilise ABIs was advanced by Java developers
Whut?!? Java is one of the _best_ examples of stable API/ABI. I can launch software written for JVM 1.3 in 2001 on the most modern JVM, as long as it doesn't use stuff like "Unsafe". Even SWING and AWT are still available!
This absolutely helped with Java's popularity. Banks and enterprises _love_ not having to update the code every year.
