zlacker

[parent] [thread] 0 comments
1. zozbot+(OP)[view] [source] 2026-02-02 18:37:10
Avoiding bitwise moves requires either costly indirection or else some sort of express place semantics where some program values are meant to be accessed in a fixed pattern such as stack-like access (most common) or perhaps other kinds, such as deque, sequence, tree etc. Substructural types can help model this but doing so correctly is not always easy.
[go to top]