Email list hosting service & mailing list manager

Re: New draft (#14) of SRFI 231: Intervals and Generalized Arrays (Updated^2) Jeronimo Pellegrini (19 Jul 2022 20:02 UTC)

Re: New draft (#14) of SRFI 231: Intervals and Generalized Arrays (Updated^2) Jeronimo Pellegrini 19 Jul 2022 20:02 UTC

Hello,

On 2022-07-19 16:33, Arthur A. Gleckler wrote:
> I've just published draft #14 of SRFI 231 [1]. It was submitted by
> Bradley J. Lucier, author of the SRFI.
>
> Bradley was just about to finalize this SRFI, but I asked him to add
> more examples, which he has done. (Thank you, Bradley!) If you're
> interested in this SRFI, please review the new examples, which you can
> find by searching for array-unveil. We plan to finalize the SRFI on
> 2022-07-27.

Only now I noticed that there is a procedure named array-freeze! in the
SRFI. Not really an issue, but I'm curious as to wether there is some
already used name for "make this object immutable" procedures, or if
these names were already discussed before. I recently proposed some of
these to STklos, and they ended up being called "*-immutable!", just
because that seemed ok (no strong opinion though).

J.