This is the mail archive of the guile@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]

bitvector efficiency



To make Guile talk binary protocols, you'd really like something like
Perl's pack/unpack.  At the moment, Guile doesn't have anything like
that.  Guile has bitvectors, but I don't think it converts them to
strings easily.

However, it should be easy to write functions to pack and unpack
network packets in C that are callable from Scheme.