Eduardo Cavazos
2009-12-29 08:49:38 UTC
Hello,
I have a library which acts as a wrapper around the '(rnrs)' library.
I.e. it simply re-exports some stuff from rnrs plus some other things.
In the library that I use with Ikarus and Ypsilon, I export 'fields'
which is used with 'define-record-type'. However, 'fields' isn't
exported by '(rnrs)' in Larceny.
So... any suggestions for how to write the library portably? Should
'fields' be exported by '(rnrs)'?
Ed
I have a library which acts as a wrapper around the '(rnrs)' library.
I.e. it simply re-exports some stuff from rnrs plus some other things.
In the library that I use with Ikarus and Ypsilon, I export 'fields'
which is used with 'define-record-type'. However, 'fields' isn't
exported by '(rnrs)' in Larceny.
So... any suggestions for how to write the library portably? Should
'fields' be exported by '(rnrs)'?
Ed