On Mon, Feb 18, 2008 at 08:57:32PM -0800, [EMAIL PROTECTED] wrote:
Hmmm, circular data structures. I assume you mean the last element points to the beginning? So you are saying conses can do pointer/pointing but lists can't? I'll need to think about that one.
Not just the beginning, it could even point somewhere else in the list. Or the cons cells could represent a binary tree, with back pointers, or all kinds of cycles. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
