Re: [go-nuts] Calling Go from C++

2017-11-08 Thread Ian Lance Taylor
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

[go-nuts] Calling Go from C++

2017-11-08 Thread jhallock via golang-nuts
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