|
|
|
|
|
by drgath
5670 days ago
|
|
"JavaScript could have been a number of languages, the fact that it happened to be JavaScript, is more a result of a externalities than the language itself." If you are looking for The Perfect Programming Language, you are going to be waiting for a looooong time. They all have flaws. For everyone who loves a specific language, there's someone else out there that loathes it. "I would be very surprised if we couldn't create a better language for the browser after 15 years of experience." We probably could, but why? JS is very simple for beginners, expressive enough for experts, and extensible for everyone in between. Don't like JS? Fine, use any other language that compiles to it. Don't like any of those? Write you own, it's really easy. "I don't see JS as being superior for solving server-side problems" In the server-side scripting language world, JS & Node is by far the easiest way to do concurrent servers. That's at least one area is is superior at. There are also more JS coders than any other language on the planet, so that frees up a lot of people who are currently duplicating work by writing the same functionality for a dozen different languages. |
|