A look at ECMAScript, Javascript interpreters, and transpilers. — The Javascript world can be a confusing world. People talk about ECMAScript, Javascript, ES5, and ES2015 (which is the same as ES6 by the way). In this article, I will explain the Javascript landscape. ECMAScript ECMAScript is a language specification, and Javascript implements this specification. Every few years ECMAScript releases a…