On Wed, Nov 8, 2017 at 9:41 AM, jhallock via golang-nuts
wrote:
>
> I've seen that Go can call C++ functions using SWIG, but can C++ call Go
> functions?
>
> I work on a data service written in C++ with an internal validation library.
> We'd like to allow our users to contribute and manage the val
I've seen that Go can call C++ functions using SWIG, but can C++ call Go
functions?
I work on a data service written in C++ with an internal validation
library. We'd like to allow our users to contribute and manage the
validation rules themselves. We can assume they know Go, but not C++.
--
Y