<< transfer from IRC>>
Here is a proposal:
1. C++ APIs
2. Clean SWIG for supporting other language
(in other words, the C++ APIs would have to work well with SWIG)
Open question: do we expose some very stable data structures, e.g.
IOBuffer, VIO ?
John Plevyak wrote:
Has any thought been given to a C++ version of the InkAPI?
The current InkAPI includes "bool" so it doesn't even compile with C
which implies to me that most folks are using C++ already.
Dynamic loading with C++ is only a bit trickier and the resulting
interface
would match the implementation and modern programming styles better.
john