Hacker News new | ask | show | jobs
by weinzierl 1286 days ago
I want the opposite. Is there a project that compiles to python (either source or bytecode)?

Sort of a graalvm for python?

3 comments

WebAssembly? Try compiling something to WebAssembly and running it in python?
I haven't thought of that. It's a good idea. I know how to compile to WebAssembly but how do I run it in python?

A quick search leads to pywasm and it is even native python. But is it usable? Any other options?

Wasmer Python can be used if you want to run Wasm in Python. Hope this helps!

https://github.com/wasmerio/wasmer-python

I don't remember the name but there is a lisp that compile to python