Hi Valeriy,
Thanks for your comment. I’d need more details to answer your question in details. For example, the GSL RK to solve differential equations in C++ or Python? What do you mean by wrapping – static bindings?
I try to answer broadly to your question broadly. The goal of Clang-Repl is to offer a Cling-like experience to the broader community with improved stability and tighter integration with the Clang compiler. Once that happen we should be one step closer to have C++ language (eg Python) bindings on the fly. That would indeed enable using some libraries which do not have static bindings (swig or pybind11).
AFAIR gsl is C, and that works just fine even today, in cling.