Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Yes, Yes, Yes. I remember when I translated Bitcoin Python code to JavaScript, I was frustrated. Operator overloading is not available in JavaScript. By default JavaScript only supports 32 bit number. You have to use BigInt or use 3rd party library like big-integer. There is no default support for module exponentiation. And many more.


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

Search: