@oschonrock @ramsey @woozle @cptwtf @IceWolf C's type system is omega jank, and you do have type juggling via integer promotion.
Top-level
@oschonrock @ramsey @woozle @cptwtf @IceWolf C's type system is omega jank, and you do have type juggling via integer promotion. 1 comment
|
@Girgias @ramsey @woozle @cptwtf @IceWolf
I did mention integer promotions elsewhere already..
and yes they suck and modern tools warn when you use that.
but C's type system is lightyears ahead of php's which was the comparison here.
There are other languages with more advanced type systems, but they are less widespread.