Hi. I have discovered a very interesting project named SWIG http://www.swig.org/. If I understand it correctly, the tool may be used to build a high-level language wrapper for given C/C++ library. It parses C/C++ header file and then produces, say, python 1-to-1 wrapper (there are long list of supported languages on their site) using FFI of python for implementing low-level details. So function goes to function, struct goes to python class, pointer goes to handle, etc. I think it would be nice to have this or similar tool for Ur/Web.. Just share the idea.
Regards, Sergey _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
