Re: guile struct members are not a good 1-1 match for c structs

2014-04-30 Thread Andy Wingo
On Wed 30 Apr 2014 03:51, Doug Evans writes: > While reading guile sources I happened across the implementation > of struct scm_print_state. ref: libguile/print.h > > It (tries to) map a C struct to a set of Guile struct fields: > ref: SCM_PRINT_STATE_LAYOUT. You know, I don't think I ever noti

guile struct members are not a good 1-1 match for c structs

2014-04-29 Thread Doug Evans
Hi all. While reading guile sources I happened across the implementation of struct scm_print_state. ref: libguile/print.h It (tries to) map a C struct to a set of Guile struct fields: ref: SCM_PRINT_STATE_LAYOUT. I *could* be missing something, but I think my angst can be represented with the f