beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Javascript <-> Python bridge #266

Open swenson opened 8 years ago

swenson commented 8 years ago

We should be able to pass all kinds of values back and forth between Python and Javascript, like in the testserver, and Pythonize and de-Pythonize.

candeira commented 7 years ago

Hi, @swenson, do you have an example of another hosted language that does this? I'd like to look at it to steal ideas about the API, use cases, etc.