|
|
|
|
|
by bluejekyll
3781 days ago
|
|
I don't understand this perspective. Is the point that JavaScript just works such that you don't have to worry about it compiling at runtime? To me this is the difference between knowing that your program will probably work after it compiles, vs not knowing until after its deployed. What I think people really enjoy in dynamic languages like JavaScript is the instant feedback, just reloading the browser. This can be accomplished with decent IDEs for most statically typed languages. |
|