|
|
|
|
|
by nascentone
5335 days ago
|
|
[Context: the deleted comment suggested we don't know Javascript because we were "moaning about using it" and we should "learn Javascript before knocking it"] I know Javascript, your comment suggests you don't know ActionScript's history: AS1 was an ECMASscript language just like JS, so to that end it was actually literally the same language as JS running in a different environment with a different API. The latest iteration of JS has hardly changed since then, whereas AS1 evolved into AS2 then AS3, which is now a much more advanced OOP language, and it's still evolving. Going from AS3 to JS is literally like going backwards in time. |
|
You can get quite far on the way to strict typing with a good IDE like jetbrains. It has very thorough 'compile time' checks (while editing). I almost don't miss strict typing when writing large pieces of javascript in jetbrains.