This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: rfc 2045 base64 encoding/decoding module


sen_ml@eccosys.com writes:

   i'm also curios about whether to use define-public -- i noticed in the
   example posted by neil@ossau.uklinux.net it wasn't used.  judging from
   comments on the list and in the docs, i guess the module system is
   going to be changed, so i suppose i'll be rewriting, but that's
   probably a good thing for me at this point anyway.

AFAIK, in the current module system, (define-public name ...) is the same
as (define name ...) followed (or preceded, for that matter) by
(export name).

Regards,

        Neil

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]