|
|
|
|
|
by jafaku
4667 days ago
|
|
> OOP, inheritance, scope, first class functions, callbacks, closures, compile time errors How does any of that make it harder than "most web development languages"? > The advantage is you can do real time async stuff a lot better then with other frameworks. How so? AFAIK, the only difference is that in Javascript you can only do async stuff, you don't really have a choice. |
|
Yes other languages have these features but they are harder in Javascript, thats why Javascript is a harder language.
Look into Meteor.js - try doing that in PHP. That's how so. And you can write Sync code if you want to.