Hacker News new | ask | show | jobs
by skybrian 705 days ago
There are lots of Python libraries out there. There might be some with no Dart equivalent?

But if you don’t care about using them, maybe it’s not that compelling.

1 comments

Isn't that is what dart ffi is for?
It looks like it’s for interop with C rather than Python. I see there is a python_python_ffi package, though?

https://github.com/IVLIVS-III/dart_python_ffi/