metapensiero / metapensiero.pj

Javascript for refined palates: a Python 3 to ES6 Javascript translator
Other
901 stars 73 forks source link

Name 'int' is reserved in JavaScript. #58

Closed exander77 closed 3 years ago

exander77 commented 3 years ago

Input:

N = int.from_bytes
azazel75 commented 3 years ago

There's no int.from_bytes function in JS

exander77 commented 3 years ago

@azazel75 This is builtin Python function.

azazel75 commented 3 years ago

That's pointless, there's no bytes type known to the library