if you are curious about how good the interop is, checkout <https://github.com/jmgomez/NimForUE> . Look for `importcpp` . It's probably the biggest C++ project written in Nim ;)
It has things like built in multiple inheritance, dll hot reloading (including virtual functions, so vtable updates between reloads), PCH support and so on
