Hacker News new | ask | show | jobs
by toasted-subs 1061 days ago
I’m not a huge fan of Cython and the like. It seems to be more natural to open a tcp connection to a c/c++ program and let that do the heavy lifting. Anything else seems like not a proper UNIX style solution.
1 comments

That's not natural at all. Eg pybind11 is more natural.