top | item 44069916

(no title)

coolcase | 9 months ago

Nice. C looks like a safe language with the casual using an int as a bool.

discuss

order

Joel_Mckay|9 months ago

Depends which of the hundreds of C compilers you used, as some "bool" are cast as uint8_t, others unsigned char, and others bit-packed with an optimizer.

With C, any claim one makes about repeatability is always wrong at some point depending on the version compliance.

I like C, but Haskell is a happy optimistic syntax... Julia is probably the language I'd wager becoming more relevant as Moore's laws corpse begins to stink. =3