<div dir="auto">Hi Gregg,<div dir="auto"><br></div><div dir="auto">Since you are using c objects already, I suppose you are also using the getters, ie (my-vector-element) which would return a scheme string.</div><div dir="auto"><br><div dir="auto">You could use a dilamda for the vector, and have a getter like (my-vector) to get all the elements, (my-vector 0) to get an element and (my vector &#39;meta) for your meta info.</div><div dir="auto"><br></div><div dir="auto">Another approach would be to openlet the dilamda and instead call (meta my-vector)</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 26, 2021, 11:21 AM  &lt;<a href="mailto:bil@ccrma.stanford.edu">bil@ccrma.stanford.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">object-&gt;let is intended as a low-level portion of a<br>
yet-to-be-written debugger.  Perhaps one simple<br>
solution is to use (cons vector data) and pass<br>
that around instead of the bare vector.  Most<br>
scheme objects in s7 do not have an associated<br>
let built-in.<br>
<br>
_______________________________________________<br>
Cmdist mailing list<br>
<a href="mailto:Cmdist@ccrma.stanford.edu" target="_blank" rel="noreferrer">Cmdist@ccrma.stanford.edu</a><br>
<a href="https://cm-mail.stanford.edu/mailman/listinfo/cmdist" rel="noreferrer noreferrer" target="_blank">https://cm-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
</blockquote></div>