Comment 1 for bug 770184

Revision history for this message
3b (00003b) wrote :

Looking further, `(,@1) evaluates to 1 and `(1 ,@2) evaluates to (1 . 2), which don't seem conformant, if i'm looking at the right part of clhs 2.4.6.

 `(,@1 2) errors with "The value 1 is not of type LIST." as expected.