Displaying 1 result from an estimated 1 matches for "langbinding".
2006 Feb 04
0
Re: xapian python bindings
...in
many cases - just copying the method prototype over generally works.
At a cursory glance, I can believe that boost::python has a cleaner
design than SWIG and is probably easier to use, but then it only
addresses one language. I found some work has been done towards
generalising it as boost::langbinding, but that seems to have largely
stalled. There's also a related project for TCL:
http://cpptcl.sourceforge.net/
"It was inspired by the Boost.Python library and was deliberately
designed to provide a similar interface, taking into account the
limitations of Tcl."
I cou...