Anyone have experience with using SWIG (the interface generator)?
I have a C project which I would like to expose to a bunch of other languages/frameworks, like Python, Java, .NET, Perl, PHP, Ruby.
I would like to integrate with my build system (which is CMake-based), but any method of accomplishing this will do.