l...@gnu.org (Ludovic Courtès): > I’m very skeptical about this use case (I’d use ‘mmap’ and get a > bytevector.)
Please elaborate. 1. Does Guile offer mmap to Scheme code? 2. What would prevent Guile's GC from scanning the mmapped area for pointers? 3. How do I efficiently encode information in a bytevector in Scheme code? Marko