Y
Hacker News
new
|
ask
|
show
|
jobs
by
dralley
34 days ago
A tiny fraction of programs need to use win32 or Mac OS functions beyond the standard library or other safe wrappers for said functions.
1 comments
saghm
33 days ago
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++.
link