Closed byulparan closed 9 years ago
(match '(1 2 3 4) (`(1 ,x ,@y) (list x y)))
in CCL => (2 (3 4)) but SBCL(1.3.0.56-976267b) => error. 1 is not a string designator.
Do you use fare-quasiquote?
Ah! .. I don't know fare-quasiquote before..., but now It's OK. sorry for noise. Thank you!
in CCL => (2 (3 4)) but SBCL(1.3.0.56-976267b) => error. 1 is not a string designator.