|
|
|
|
|
by seiji
3945 days ago
|
|
I may be out of the loop here, but wasn't the big benefit of JavaScript everywhere that it's the same JavaScript everywhere? Does it matter if server-side is JavaScript Next Gen and browsers lag by a few years of features? Too many more iterations of this and you'll be back to two programming languages again and web developers heads will explode from having to learn two things instead of one things. |
|
That means that going forward we'll likely have more feature mismatch between engines, making backward compatibility compilers pretty important.
I'm not entirely sure if that's good or not.