Email or username:

Password:

Forgot your password?
Top-level
Gina Peter Banyard

@oschonrock @ramsey @woozle @cptwtf @IceWolf C's type system is omega jank, and you do have type juggling via integer promotion.

1 comment
Oliver Schönrock replied to Gina Peter Banyard

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

Go Up