In a previous article, I wrote about how it was difficult to produce a 2D list in Copper due to the ownership dilemma. The solution at the time was to write a singly-linked list in Copper. It turns out, there is a better approach, one that will also allow us to create any multi-dimensional list.
Tag: arrays
Internal Variable Storage
Continuing the theme of memory management, I’m going to discuss how variables are stored.