logoalt Hacker News

nextaccountictoday at 1:09 PM1 replyview on HN

> A change in paradigm is necessary. Freestanding C, not hosted C.

Or.. any other programming language. A lot of systems programming is done in Rust nowadays.


Replies

matheusmoreiratoday at 1:21 PM

Yeah. I made an entire lisp for this, and I've recently revived my Rust liblinux crate too. I've been documenting the system calls as I add them. Hopefully one day it'll rival man7 as the Linux system call reference.