indirect subscripted variable assignment



On 2012-07-03, Stavros Macrakis <macrakis at alum.mit.edu> wrote:

> Let's take advantage of the fact that arraysetapply is undocumented to give
> it a better name!  In particular, why "apply"?  Perhaps because it takes a
> list of subscripts?  But arraymake (not a great name either...) also takes
> a list of subscripts....

Well, there is also arrayapply (documented) which calls an array
(memoizing) function or retrieves an array value. On the other hand,
arraymake (and funmake) only construct expressions. So in that context
arraysetapply makes a little more sense.

But if you have a different name for arraysetapply, I am all ears. I
have no particular attachment to it.

best

Robert Dodier