@oschonrock @ramsey @woozle @cptwtf @IceWolf there is still a runtime in Go, C, C++, etc.
You can have data races and other bugs that those languages won't prevent via their static type system.
To get more of that benefit you need a language that supports dependent types and/or effect types. Which is _far_ from mainstream.
PHP is definitely not statically types by default, you can _kinda_ make it with SA tools and using a subset of the language.
@oschonrock @ramsey @woozle @cptwtf @IceWolf C's type system is omega jank, and you do have type juggling via integer promotion.