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]

rfc 2045 base64 encoding/decoding module


sen_ml@eccosys.com writes:

 >   is there a guile module to do base64 encoding/decoding as specified
 > in rfc 2045?  i looked in the 1.3.4 sources to no avail.  if there
 > isn't one and it were to be implemented, would it be better to link
 > to an appropriate library in c, or write it natively?

have you looked into swig (http://www.swig.org)?  getting swig's guile
module up to snuff would allow wrapping of arbitrary libraries (assuming
they have a reasonable published interface).

thi

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