> On 17 Mar 2025, at 21:54, Immanuel Litzroth <immanuel.litzr...@gmail.com> > wrote: > > ghc has a FFI for C and C++ can be made to generate C compatible code. > There is no way to use a C++ library in another runtime without writing a > big chunk of glue code.
I wrote a C++ wrapper for the Guile C interface, but I do not see exactly how to use it.