Hacker News new | ask | show | jobs
by thinkpad20 4537 days ago
Curious, how feasible would it be to simply call into existing C/C++ libraries from python instead of writing it in pure python?
1 comments

Pycapnp is not pure Python. It wraps Cap'n Proto's C++ dynamic API. See http://kentonv.github.io/capnproto/otherlang.html#supporting... .