top | item 46269897

(no title)

entaloneralie | 2 months 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...

discuss

order

kragen|2 months ago

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.

entaloneralie|2 months ago

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<<

NooneAtAll3|2 months ago

> The "&&", "||" and "?:" operators do shortcutting.

is shortcutting different from short circuiting?

vdupras|2 months ago

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