SolarBear
07-25-2004, 11:29 PM
Hi.
Slowly (VERY slowly, in fact) continuing my trip in the world of Lisp, I've got that error more than once when defining functions :
(PUSH (CAR LST2) LST1) should be a lambda expression
What does that mean, exactly ? If I define lst1 and lst2 first and try (push (car lst2) lst1), I get the correct output. I know what's a lambda expression but I don't see why it applies here.
Slowly (VERY slowly, in fact) continuing my trip in the world of Lisp, I've got that error more than once when defining functions :
(PUSH (CAR LST2) LST1) should be a lambda expression
What does that mean, exactly ? If I define lst1 and lst2 first and try (push (car lst2) lst1), I get the correct output. I know what's a lambda expression but I don't see why it applies here.