Patch applied in 3243d96bb5b9658f08847a7073fe6c0b2ccab6be.
Thanks,
Daniel
Attached is a simple patch to use Mark's implementation
within the current (scheme base) module.
- Taylan
From dda2aaaf0e9064f11d89a83f55340ba0c0115bca Mon Sep 17 00:00:00 2001
From: Taylan Kammer
Date: Wed, 12 May 2021 22:36:26 +0200
Subject: [PATCH] Fix (scheme base) string-for-each.
* module/
OKUMURA Yuki wrote:
> Actually it's my own bug but let me report here: (scheme base) lacks
> implementation for string-for-each thus following code does not work;
>
> (import (scheme base))
>
> (string-for-each
> (lambda (e f) 'ok)
> "01234"
> "slas")
>
> Please note that we already have
Hi,
Actually it's my own bug but let me report here: (scheme base) lacks
implementation for string-for-each thus following code does not work;
(import (scheme base))
(string-for-each
(lambda (e f) 'ok)
"01234"
"slas")
Please note that we already have incompatible string-for-each for
SRFI-