bryanedds/Prime

Addresses should be Stacks, not Lists.

Closed this issue · 1 comments

Since addresses slice from the right rather than the left, they more efficiently represented as Stacks rather than Lists.

See how much breakage is involved in fixing this.

After deeper analysis, I conclude that lists being backwards is just a weird artifact of functional programming. I think it's best to just accept that we are stuck with this.