/
Origins of Javascript/ECMA Script

Origins of Javascript/ECMA Script

Javascript was invented by Brendan Eich when he was working for Netscape. It was originally called Livescript and got renamed to Javascript for marketing purposes as a result of Netscape’s partnership with Sun Microsystems.

Javascript became a W3 consortium standard and now has the official name ECMA Script.

Like Lua the language was largely inspired by Scala. Lua and Javascript have a lot of things in common - Lua could be described as a cleaner language since there wasn’t so much pressure to get it released. To this day Javascript has some odd flaws which are impossible to remove from the language given the massive install base.

Understanding Lua will help you understand Javascript better - on the whole since Lua is less popular the documentation that does exist is generally better quality than Javascript which is bogged down with too many pages which describe “how to” but not why or fundamental concepts about the language.

 

Related content

How do we deal with web technology?
How do we deal with web technology?
Read with this
Lua
More like this
The Javascript console and Developer Tools in Chrome
The Javascript console and Developer Tools in Chrome
Read with this
What is Lua?
More like this
setTimeout and setInterval - timed events
setTimeout and setInterval - timed events
Read with this
Talking about Lua from a Borland Delphi Programmer Perspective
Talking about Lua from a Borland Delphi Programmer Perspective
More like this