Is there a way to define a class in Scheme and have it export a C++ class definition (which might inherit from existing C++ classes), so that C++ classes can instantiate and inherit from it?
The C++ API I'm writing to requires the programmer to inherit from an API class, define a member function so that it calls protected member functions of the parent class. Is there a clean, easy way to do this like there is for the other parts of interfacing to C/C++? Thanks, Elliot _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
