Leonardo Lopes Pereira <[EMAIL PROTECTED]> writes: > I would like to know if is there any way to convert C structs to any > type of Guile data.
You need to be more precise about your requirements. For example, at the most basic level, we could say "yes, of course, the C structure struct point { int x; int y; } can be converted to a Scheme pair: (cons x y)", but I'm guessing that's not really what you meant. Sorry, but please do write more. Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user