Hacker News new | past | comments | ask | show | jobs | submit login

I want the opposite. Is there a project that compiles to python (either source or bytecode)?

Sort of a graalvm for python?




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





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: