top | item 34860990

(no title)

int0x80 | 3 years ago

gobject is trying to add OOP to C. C already has a type system indeed, however it can be considered weakly typed.

discuss

order

pengaru|3 years ago

Calling the weak type checking of C a "type system" is an incredible stretch.

mtlmtlmtlmtl|3 years ago

C has a static type system. You can call it limited and you'd be right. But to say it's not a type system is just silly, and just makes the term more confusing. There are types, they're checked, there's a type system.