Hacker News new | ask | show | jobs
by entaloneralie 194 days ago
It's complete in sofar as being capable of compiling C programs, but it has a few quirks.

https://git.sr.ht/~vdupras/duskos/tree/master/item/fs/doc/co...

2 comments

Possibly this is why it wasn't mentioned? There are enough differences in that list that I can't imagine any existing C library would compile unchanged.
After using cc<< for non-trivial programs, it's about as quirky as the Plan 9 C compiler, the lack of multi-dimensional arrays is the one thing that trips me up the most with cc<<
> The "&&", "||" and "?:" operators do shortcutting.

is shortcutting different from short circuiting?

It's the same thing, I used the wrong term.