On 1/7/23 8:34 AM, Sascha Ziemann wrote:
Is the procedure "bytevector" missing in Guile?

I tried this:
guile --r7rs -c '(write (bytevector 1 2 3))'

R7RS defines it on page 49.


maybe you need (import (rnrs bytevectors))


Reply via email to