Arc Forumnew | comments | leaders | submitlogin
1 point by rocketnia 4653 days ago | link | parent

"conses-as-vectors"

My stance is that they're intuitively separate things. If you take the length of a vector of length 2, you get 2. If you take the length of a linked list node, that's a different story. Still, if a linked list node is implemented as a wrapper around a vector, that's fine.