logoalt Hacker News

dralleyyesterday at 11:41 PM1 replyview on HN

A tiny fraction of programs need to use win32 or Mac OS functions beyond the standard library or other safe wrappers for said functions.


Replies

saghmtoday at 1:41 PM

And even in those programs, only a fraction of the code in them is actually directly making calls to those APIs! Having everything else in safe code still makes it easier to audit than if the entire codebase is in C or C++.