GNU bug report logs - #73707
Missing functions for R7RS small

Previous Next

Package: guile;

Reported by: Simon Dash <simonsdash <at> aol.com>

Date: Tue, 8 Oct 2024 14:08:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Tomas Volf <~@wolfsden.cz>
To: 73707 <at> debbugs.gnu.org
Cc: Simon Dash <simonsdash <at> aol.com>
Subject: bug#73707: Missing functions for R7RS small
Date: Tue, 08 Oct 2024 23:52:54 +0200
[Message part 1 (text/plain, inline)]
Hi,

Simon Dash via "Bug reports for GUILE, GNU's Ubiquitous Extension
Language" <bug-guile <at> 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.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.