Y
Hacker News
new
|
ask
|
show
|
jobs
by
bippingchip
1068 days ago
Thank you! For now I am just binding c++ to Python but I expect/fear the lines might start blurring, so cython might come in handy then.
1 comments
ngoldbaum
1067 days ago
It’s a little easier to write idiomatic python bindings for a C/C++ library in Cython IMO, because you’re writing the bindings in a language that’s almost python.
link