Hacker News new | ask | show | jobs
by JonChesterfield 1440 days ago
C++ -ffreestanding is remarkably usable without the standard library, provided compiler intrinsics are used to fill in some gaps. I'm slowly coming around to using that instead of C for language runtimes.