Y
Hacker News
new
|
ask
|
show
|
jobs
by
bretthartshorn
4390 days ago
PythonJS has support for 64bit integers using the Long.js library. You just need to type your variable as "long". Numbers larger than 64bits could also be supported with another library and simple modifications to the translator.
http://pythonjs.blogspot.com/2014/06/64bit-integer-long-type...