Hacker News new | ask | show | jobs
by timbit42 2535 days ago
Even if it wasn't, we wouldn't have ended up with JavaScript and the odds are we'd have something better.
1 comments

IIRC, the only actual browser scripting language competitor to Javascript at the time was Microsoft's VBScript, and that probably would have won. There was never really a third option on the table, just "what Microsoft did" and "something else."
Actually there was, you could use Perl and Python as well via browser plugins. ActiveState used to develop them.
It would probably have been FutureSplash Animator, which became Macromedia Flash and then Adobe Flash. For a long time Flash was the de-facto web scripting language.
Flash is scripted with a language eerily similar to JavaScript -- so similar that I assumed it was derived directly from JavaScript. In the hypothetical world where JavaScript was lisp... wouldn't Flash use that?
I think you're probably referring to Actionscript, which came much later in Flash's evolution and was indeed very much similar to javascript.