Priority: P3 Status: open
| JS | Python |
|---|---|
| bigint | int |
| number | float |
| boolean | bool |
| null | None |
| array | tuple |
| object | dict |
- JS
stringis an immutable array of UTF16 characters, Python is a UNICODE sequence (most likely UTF-8 internally). undefinedhas no direct mapping in Python.
The languages are quite different. It would be better to develop Functional/CA Python separately without limitations from JavaScript. After that, we can design how we can interop these VMs.