Fwd: Backquote bug

Faré <[email protected]> Thu, 20 Feb 2014 01:33:53 -0500
Newsgroups gmane.lisp.cmucl.devel
Message-ID <CAN7nBXdY6n9KQqCzp5Mn7gyThhK2+2q11qcoaXiPQVOfJ6ifAQ@mail.gmail.com>
Subtle bug in CMUCL.

What should this form read as?
`#5(1 ,@`(2 3))

ECL, LispWorks and fare-quasiquote agree on #(1 2 3 2 3)
allegro, ccl, clisp, sbcl return the arguably conformant #(1 2 3 2 3 2 3 2 3)
abcl, cmucl, gcl, xcl all return the arguably completely buggy #(1 2 3)

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
It may be bad manners to talk with your mouth full, but it isn't too
good either if you speak when your head is empty.
_______________________________________________
cmucl-imp mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-imp