At 9/30/13 10:55 AM, Archawn wrote: So I've been using PHP, Python, and JavaScript a lot lately. Makes me wonder why people gave AS3 so much crap when these languages really deserve much more criticism.
Am I the only one that hates dynamic typing? It's abused by a lot of people and results in nearly unreadable code
Diki has given php the criticism that it deserves.
What do you mean by dynamic typing? Haxe does type inference or whatever it's called, but even then I like to specify the class (especially for code-completion reasons). If you mean var a is used as an int and then later it's a string, then yeah I hate that too.