Hacker News new | ask | show | jobs
by lzh-ng 4846 days ago
Oh come on, PHP is a dynamically typed language. That's the trade.
1 comments

Strong typing and dynamic typing are orthogonal. You can have the former and ignore the latter - see Python - and you can completely forget about both - see PHP.