bug#73707: Missing functions for R7RS small

Tomas Volf <[email protected]> Tue, 08 Oct 2024 23:52:54 +0200
Newsgroups gmane.lisp.guile.bugs
Message-ID <[email protected]>
Hi,

Simon Dash via "Bug reports for GUILE, GNU's Ubiquitous Extension
Language" <[email protected]> writes:

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

Both of them seem to be defined in (scheme base):

--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> ,use (scheme base)
scheme@(guile-user)> string->vector
$1 = #<procedure string->vector (str) | (str start) | (str start end)>
scheme@(guile-user)> vector->string
$2 = #<procedure vector->string (v) | (v start #:optional end)>
--8<---------------cut here---------------end--------------->8---

Could you please expand on what the problem seems to be?

Have a nice day,
Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
signature.asc (application/pgp-signature, 853 B)
-----BEGIN PGP SIGNATURE-----

iQJCBAEBCgAsFiEEt4NJs4wUfTYpiGikL7/ufbZ/wakFAmcFqbsOHH5Ad29sZnNk
ZW4uY3oACgkQL7/ufbZ/wanmaxAAg3Gs9u1GaulaRzt01pUP9Z3E7ISlwi9UBGdK
mwOi4RruiFXu66OGVC9hMfS43D0s57S0s4bCVo2IT18yhfPGoDraavbxYFNzKkrM
DC41cX8rAKd9rg+evXs6/z8v2EBOJFfAJ5hvgF0Gs1TQczH/IYCFnLDXrkibVk9N
BOU71rOySHOd635ENFAW5ybzRC/Pjx3yRPs/1CkkTqE9QCvz/tfhC6ftHiZ/gBqH
4MYttx2AKu5W3+ZwbBQBsGifwwwnrQl+aIscFMQHX0msKs9dBP+bmpsqh03Sptjk
gv4EXbHNIYnTGDRWWD8GT818EisNya9Q4u8IvjFioOYWkXNnaVX94hd/y7fDYWCk
e7hoTnYLQbW+C6fenAWJ3C9URPLl0Ma96ZZl1c1exnojyIOwJQpOsdDZ/1aH/huM
tT33aM0+sIt0WewG6RcPOVIT38lU+NJTm/DwUY3+Z7ezBf5l+GlFkM8r/HCh4sb4
95Dml/MeiuoQBOL2Fq4dIYvzq5trCOLRiCv3OrjqjLLgMMUIgZg42N/toUINgfWk
i/nCmx4MO1+/lKKDMgzCp46WScU4L5DyUjdxGuMK0JanEIc/IELxU7pujB/fTRUD
bBN1tjJ1rgpGN52CWFUFmmZf0zUpxLxqwI7CVSHGzVSt2MD/8Z+nlGZAvDmmhly+
z0TQmS8=
=SaoS
-----END PGP SIGNATURE-----