We are still actively working on the spam issue.

Difference between revisions of "JavaScript"

From InstallGentoo Wiki
Jump to: navigation, search
(Stub)
m (Is this too editorial?)
Line 4: Line 4:
  
 
- Brendan Eich, creator of JavaScript
 
- Brendan Eich, creator of JavaScript
 +
 +
Technically, the language was supposed to be called ECMAscript, but was renamed JavaScript to make nerds at Sun butthurt.  Naturally, being similar in name to Java creates confusion among the less informed.
 +
 +
With improvements made to modern JS engines required to make shitty webapps more efficient, JS has become viable outside of the web browser as well.  For example, the V8 engine code used for NodeJS actually compiles your shitty loosely typed JS into blazing fast machine code on-the-fly.
  
 
[[Category:Programming languages]]
 
[[Category:Programming languages]]

Revision as of 20:09, 17 February 2014

"JavaScript had to ‘look like Java’ only less so, be Java's dumb kid brother or boy-hostage sidekick. Plus, I had to be done in ten days or something worse than JavaScript would have happened."

- Brendan Eich, creator of JavaScript

Technically, the language was supposed to be called ECMAscript, but was renamed JavaScript to make nerds at Sun butthurt. Naturally, being similar in name to Java creates confusion among the less informed.

With improvements made to modern JS engines required to make shitty webapps more efficient, JS has become viable outside of the web browser as well. For example, the V8 engine code used for NodeJS actually compiles your shitty loosely typed JS into blazing fast machine code on-the-fly.