Email list hosting service & mailing list manager

array-ref and array-set! Bradley Lucier (06 May 2020 15:20 UTC)
Re: array-ref and array-set! John Cowan (06 May 2020 15:57 UTC)

array-ref and array-set! Bradley Lucier 06 May 2020 15:20 UTC

I'm going to add

(array-ref A i0 i1 ...)

and

(array-set! A v i0 i1 ...)

as functions to SRFI 179.  (It was too hard to ensure precise, run-time
error checking with macros---some error occurred at compile-time or
load-time, some gave confusing messages, etc.)

Brad