Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The entirety of cpython’s runtime is exposed as a C api, so you can easily manipulate python objects in c or any language with a ffi. boost::python provides a c++ wrapper for cpython, which can be used to call both c/c++ in python and vice versa


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: