Open liyishuai opened 6 years ago
All the numbers encoded in frames are fixed-length, and they are not much involved in arithmetic computations. Maybe we should instead represent them as vectors? which also alleviates the pain of reasoning about their bounds.
I think this is a good idea. It was messy to convert back and forth between arbitrary nats and vectors.
All the numbers encoded in frames are fixed-length, and they are not much involved in arithmetic computations. Maybe we should instead represent them as vectors? which also alleviates the pain of reasoning about their bounds.