On Thursday, 15 September 2022 01:42:43 PDT Edward Welbourne wrote: > On Wed, Sep 14, 2022 at 5:16 PM Thiago Macieira wrote: > >> How about a wrapper to the wrapper? > > samuel ammonius (14 September 2022 23:52) replied: > > Why wrap a wrapper that wraps C++ when you can just wrap C++? Aside > > from the fact that it probably wouldn't be any easier, it would also > > start to add up the overhead of function calls. > > Given the quote Thiago followed that suggestion with, I encourage you to > interpret the suggestion as a joke,
It's only a joke if it doesn't work. It was a half-serious half-joke attempt. I don't know what SWIG generates, but it's possible the output is not suitable for direct use, but must be wrapped by a nice API in the target language that must also be generated somehow. If that were possible for C, then a wrapping might help. -- Thiago Macieira - thiago.macieira (AT) intel.com Cloud Software Architect - Intel DCAI Cloud Engineering _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
