Hi, Clinton Ebadi <[EMAIL PROTECTED]> writes:
> Perhaps G-Wrap could be modified to work at runtime? A few utilities > from it would be of general use--e.g. the sublanguage for specifying > the layout of C structs could be used for generating high level > interfaces to network protocols without painful manual munging or > resorting to C. Actually, G-Wrap already does a number of things at run-time: it maintains a run-time representation of wrapped types and functions and constructs functions calls with `libffi' when that is possible. However, it does so *in addition* to what it does at compile-time. So you get the worst of both worlds: compile-time complexity, and added run-time dependency and overhead. ;-) Thanks, Ludovic. _______________________________________________ Guile-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-devel
