|
|
|
|
|
by vram22
2074 days ago
|
|
Interesting. Can you explain, with a somewhat simple example, how this can be efficiently implemented, or at all? I mean preserving the appearance of immutability at the source language level, while mutating the original structure under the hood for performance. |
|
Another example is completely pure array programming such as in Accelerate[0] or Futhark[1].
[0]: http://www.acceleratehs.org/
[1]: https://futhark-lang.org