Many values can be remembered in a composition. So...
# compose
m
Many values can be remembered in a composition. So how does this know which remembered value to retrieve? Does this code expect the
Composer
to already be at the slot of the remembered value in order to read it? If a remembered value can be found, it’s retrieved, and it writes to the slot otherwise?
🧵 3
1
s
Yes, that's "positional" in "positional memoization"
m
That makes sense, thanks!