Clinton Ebadi <[EMAIL PROTECTED]> writes: > Uniform byte vectors. If you're using C you can just read everything > into a normal C array and then use > scm_take_u8_vector()/scm_u8vector_elements().
Ah yes, good answer. There's also the wonderful bytevector API in guile-r6rs-libs at http://repo.or.cz/w/guile-r6rs-libs.git . :-) Thanks, Ludo'.