Hacker News new | ask | show | jobs
by paxys 849 days ago
Except now you have lost the ability to run all the software that cannot be fixed and recompiled for whatever reason.
1 comments

You could still offer the mocked APIs, but have them be opt-in. Also, having the compiler throw an error doesn't mean that an older, already compiled executable won't work.
> Also, having the compiler throw an error doesn't mean that an older, already compiled executable won't work.

And when the older, already compiled executable calls the API, how do you make things "work"? That's exactly what the article is about.