JaroslavTulach at 14:10, 4 April 2013 - 2013-04-04 14:10:25

←Older revision Revision as of 14:10, 4 April 2013
Line 1: Line 1:
[[asm.js]] is Mozillla's attempt to compete with performance of [[Google]]'s [[V8]] machine by defining subset of [[JavaScript]] that they will be able to execute quickly. It is another attempt to use [[JavaScript]] as another assembly language, not as a language people code directly in (use only numbers, no object structures, no callback, more weaknesses of such approach described [http://mrale.ph/blog/2013/03/28/why-asmjs-bothers-me.html? here]).
[[asm.js]] is Mozillla's attempt to compete with performance of [[Google]]'s [[V8]] machine by defining subset of [[JavaScript]] that they will be able to execute quickly. It is another attempt to use [[JavaScript]] as another assembly language, not as a language people code directly in (use only numbers, no object structures, no callback, more weaknesses of such approach described [http://mrale.ph/blog/2013/03/28/why-asmjs-bothers-me.html? here]).
 +
 +
Here is an opinion from [http://ejohn.org/blog/asmjs-javascript-compile-target/ the other side] - after reading bits of it I could almost admit that the intentions are not that bad.

JaroslavTulach at 05:03, 1 April 2013 - 2013-04-01 05:03:25

←Older revision Revision as of 05:03, 1 April 2013
Line 1: Line 1:
-
[[asm.js]] is Mozillla's attempt to compete with performance of [[Google]]'s [[V8]] machine by defining subset of [[JavaScript]] that they will be able to execute quickly. It is another attempt to use [[JavaScript]] as another assembly language, not as a language people code directly in. More weaknesses of such approach described [http://mrale.ph/blog/2013/03/28/why-asmjs-bothers-me.html? here].
+
[[asm.js]] is Mozillla's attempt to compete with performance of [[Google]]'s [[V8]] machine by defining subset of [[JavaScript]] that they will be able to execute quickly. It is another attempt to use [[JavaScript]] as another assembly language, not as a language people code directly in (use only numbers, no object structures, no callback, more weaknesses of such approach described [http://mrale.ph/blog/2013/03/28/why-asmjs-bothers-me.html? here]).

JaroslavTulach: New page: asm.js is Mozillla's attempt to compete with performance of Google's V8 machine by defining subset of JavaScript that they will be able to execute quickly. It is another at... - 2013-04-01 05:02:24

New page: asm.js is Mozillla's attempt to compete with performance of Google's V8 machine by defining subset of JavaScript that they will be able to execute quickly. It is another at...

New page

[[asm.js]] is Mozillla's attempt to compete with performance of [[Google]]'s [[V8]] machine by defining subset of [[JavaScript]] that they will be able to execute quickly. It is another attempt to use [[JavaScript]] as another assembly language, not as a language people code directly in. More weaknesses of such approach described [http://mrale.ph/blog/2013/03/28/why-asmjs-bothers-me.html? here].