Hacker News new | ask | show | jobs
by pjmlp 2384 days ago
You also cannot fully implement libc in ISO C, without using either language extensions or an external Assembler.

So I guess it is not a "low level"/"systems".

1 comments

True. You beat me. But C with extensions does qualify ;)
So does any other language with extensions, even stuff like CircuitPython.