ECMA-262 is a Standard defining the ECMAScript scripting language also known as JavaScript.
I'll be the first to admit that my overall knowledge of low level programming is a bit sparse. I understand …
c# javascript c floating-point ecma262Does anyone know of real (i.. no vaporware) implementations of ECMAScript targeting the .NET CLR/DLR? Ideally something like what …
.net javascript clr dynamic-language-runtime ecma262So Safari and Chrome have started in their betas to implement some ES5 stuff. For instance Object.create is in …
javascript cross-browser ecma262 ecmascript-5Can someone tell me since which ECMA version the IN operator is available and which browsers (versions) support it ? Explanation: …
javascript ecma262A friend of mine drew my attention the welcome message of 4th European Lisp Symposium: ... implementation and application of any …
javascript lisp ecma262The ECMAScript specification for Math.pow has the following peculiar rule: If x < 0 and x is finite and y …
javascript floating-point ieee-754 ecmascript-5 ecma262What scope does the strict mode pragma have in ECMAScript5? "use strict"; I'd like to do this (mainly because JSLint …
javascript scope ecma262 strict ecmascript-5Is the term "activation object" just another name of "variable object" or is there actually any difference between them? I …
javascript ecma262ECMAScript 5 is in its final draft as I write this; It is due to include a strict mode which will …
javascript strict ecma262 ecmascript-5Okay, we all know what the valid left-hand-side expressions are. Kind of.* But, looking at the definition from the ECMA-Script …
javascript grammar ecma262