Re: Directly manipulating representations of scheme objects in arrays Bradley Lucier (17 Mar 2023 16:15 UTC)

Re: Directly manipulating representations of scheme objects in arrays Bradley Lucier 17 Mar 2023 16:14 UTC

On 3/17/23 10:09 AM, John Cowan wrote:
>
>     So (at least some) storage classes should have a way of loading and
>     storing the representation of the data directly, instead of using the
>     Scheme object as an intermediary.
>
>
> That's what data->body is for, correct?

Yes, that works when manipulating a complete "vector-like object".

My point is that, sometimes we need to extract and store the
representation of an individual element of the array, not just extract
and store the object corresponding to that representation.

Brad