bug#73707: Missing functions for R7RS small

Simon Dash via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> Tue, 8 Oct 2024 06:42:01 -0700
Newsgroups gmane.lisp.guile.bugs
Message-ID <[email protected]>
Hi,

You don't implement the functions string->vector and vector->string 
which are in R7RS small per the index at scheme.org:

https://index.scheme.org/filterset/r7rs_small/search?query=string-%3Evector

Simon