Hacker News new | past | comments | ask | show | jobs | submit login

I would really like support for 64-bit integers and native 64-bit math.



See https://bugzilla.mozilla.org/show_bug.cgi?id=749786 based on http://wiki.ecmascript.org/doku.php?id=strawman:value_object.... ES7 at this point. Help test. I need to put up a rebased patch...


Thanks Brendan, that is good news, added to the cc list, looking forward.


There are some proposals to make this happen... They're all in pretty early stages, sadly.


What kind of apps would this help with?

JS is never going to take over on the server for me until it can compete with Python's statistics support, I didn't see much in these slides that suggests it could.


Node.js modules and apps that work with C++ libraries/services that return 64bit numbers. Not having 64bit integers is an issue.


Is the lack of bignums (more than int64) the real issue? JS has IEEE754 binary double so that's the same as in Python.

Library code can be cross-compiled a number of ways, so I wonder whether the blocker is the lack of Pythonic long.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: