Numbers and tagged pointers in early Lisp implementations

from blog Juho Snellman's Weblog, | ↗ original
There was a bit of discussion on HN about data representations in dynamic languages, and specifically having values that are either pointers or immediate data, with the two cases being distinguished by use of tag bits in the pointer value: If there's one takeway/point of interest that I'd recommend looking at,...