unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#73707: Missing functions for R7RS small
       [not found] <663edc9c-39e9-4ed5-8867-3010b283289d.ref@aol.com>
@ 2024-10-08 13:42 ` Simon Dash via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  2024-10-08 21:52   ` Tomas Volf
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Dash via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2024-10-08 13:42 UTC (permalink / raw)
  To: 73707

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#73707: Missing functions for R7RS small
  2024-10-08 13:42 ` bug#73707: Missing functions for R7RS small Simon Dash via Bug reports for GUILE, GNU's Ubiquitous Extension Language
@ 2024-10-08 21:52   ` Tomas Volf
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Volf @ 2024-10-08 21:52 UTC (permalink / raw)
  To: 73707; +Cc: Simon Dash

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]


Hi,

Simon Dash via "Bug reports for GUILE, GNU's Ubiquitous Extension
Language" <bug-guile@gnu.org> 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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-08 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <663edc9c-39e9-4ed5-8867-3010b283289d.ref@aol.com>
2024-10-08 13:42 ` bug#73707: Missing functions for R7RS small Simon Dash via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2024-10-08 21:52   ` Tomas Volf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).