Settings

Theme

Run JavaScript/WASM in Python: High-Level SpiderMonkey Bindings to Python

medium.com

9 points by willquack 2 years ago · 2 comments

Reader

willquackOP 2 years ago

Hey, I'm the author of this article. I'm really interested in people's thoughts and happy to answer any questions.

PythonMonkey is a Python library for executing JavaScript in Python. In Python you can use it to import JavaScript CommonJS modules with just: `pythonmonkey.require('my-js-lib')`.

We're making PythonMonkey so we can port our complicated JavaScript NPM package to to Python without re-writing it entirely.

We're also building a new JavaScript runtime in Python called PMJS using PythonMonkey that allows developers to use Python libraries in their serverside JavaScript projects.

byusuf 2 years ago

Amazing Project Will! Keep it up!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection