Hacker News new | ask | show | jobs
by calrizien 638 days ago
Is there a way to embed Python 3 into Swift like this?
1 comments

I haven't seen embedding using graal/vm, or inter-op using the native JVM FFI.

There is (active, 2K stars) https://github.com/pvieito/PythonKit and I've heard of people being able to deploy apps with python on the app store. YMMV.