4 ms·
Would dotted pair notation make sense for this lisp where lists are arrays, not linked cons cells?
by gps408 12y ago
Would dotted pair notation make sense for this lisp where lists are arrays, not linked cons cells?
- agumonkey 12y agoIMHO, yes, binary building blocks matter a lot in lisp philosophy, whether or not they're built on javascript arrays.
- gps408 12y agoThanks for responding, man. That's my point though. There is no cons building block in this lisp. I don't think (1 2 . 3) can be represented in it so having the notation for it makes no sense.