Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

JavaScript assembly

Name: Anonymous 2013-02-15 17:07

http://asmjs.org/spec/latest/

Defines asm.js, a strict subset of JavaScript that can be used as a low-level, efficient target language for compilers.

Not only is JavaScript making other high-level languages obsolete, but it's making low-level languages obsolete as well! Contact your hardware manufacturers: tell them you want JavaScript all the way down.

Name: Anonymous 2013-02-16 7:51

(a=[0], a==a && a==!a)==true; that would be an inclusive and?

  false!='false', false=='0', false!=undefined, false!=null, null==undefined mostly ok

  function f(number) {return number && + number | 0 || 0;}, we have f("1")==1, f("1.2")==1, f("-1.2")==-1, f(1.2)==1, f(0)==0, f("0")==0, f(NaN)==0, f(1/0)==0. still fairly consistent... ^^

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List