Hacker News new | ask | show | jobs
by thejsjunky 4773 days ago
That's a fair criticism, but it needs qualification. JS doesn't have an integer type currently, but engines can be smart about using integers behind the scenes for efficiency.

In terms of your ability to use them explicitly there's asm.js, typed arrays, and various proposals like value objects for the future.