Blog: C++ Bindings For A Go Library

Hi!

I’ve written a post about my experience creating C++ bindings around a Go library.
http://justinfx.com/2016/05/14/cpp-bindings-for-go/

Enjoy!
Justin

1 Like

nice write-up.
I couldn’t help to notice that some of those C++ bindings (and their beautification) could be handled by a general library. something like what I tried to convey in my gopy article:

especially:

gopy may be just a first step towards a tool suite akin to what SWIG is for C/C++ but for Go. This would help the percolation of Go through “foreign” code bases and strengthen Go’s case as a C replacement. I encourage people interested in this idea to join us at the go-binder organization.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.