I have a high interest about javascript performance. And I know asm.js can give a serious boost for that matter.
asm.js can (indirectly) be generated from C/C++ code but I'm way more used to javascript. But of course Javascript cannot be converted into asm.js (imo: if it could it would mean the conversion tool figured out mechanics browsers couldn't).
So is there a language very close to javascript wich can be transformed/converted into asm.js? (I guess it would be strongly typed one)
My goal here is to come with a asm.js code withouth having a huge learning requirement.