Hacker News new | ask | show | jobs
by temp51723 1092 days ago
It doesn't. You stick to the version of those libraries at work with that version of the compiler- like every other language.
2 comments

The difference is that most other language are backwards compatible to a fault (it's hard to have the stability cake and eat improvements)
That's fine in a vacuum, but I feel like you'd very quickly run into the need for a security update, or some external API that changes, etc. You can't ignore all externalities, usually.