logoalt Hacker News

tormehtoday at 7:12 AM2 repliesview on HN

A system only needs one programming language to be useful, and when there's only one it's basically always C.


Replies

trinix912today at 8:17 AM

A C compiler is also relatively easy to implement (compared to a Rust compiler) if you're making your own hobby OS with its own C compiler and libc.