Displaying 1 result from an estimated 1 matches for "cpptcl".
Did you mean:
__ptcl
2006 Feb 04
0
Re: xapian python bindings
...ieve 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 couldn't find anything which says how similar - if we could use the
same file like we can for SWIG,...