Using Cling to compile Python C++ extensions

183 Views Asked by At

Is it possible to use Cling for compiling C++ python extensions (wrapped using SWIG)?

Either by hand or perhaps making a setup that allows a JIT compilation of the C++ extensions without needing to compile C++ code manually?

0

There are 0 best solutions below