David Brown wrote:
On Thu, Jan 31, 2008 at 01:35:56PM -0800, Andrew Lentvorski wrote:James G. Sack (jim) wrote:What about (1 . 2 3) maybe: [1, [2, [3,nil]]] .. (there it is again!)No. (1 . 2 3) is "Not valid".DOT indicates a pure pair. It must have exactly one sexpr on the left and exactly one sexpr on the right.Well, not quite. (1 2 . 3) is perfectly valid.
You moved the dot. (1 . 2 3) != (1 2 . 3) -a -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
