; your code goes here (let ((op 'car)) (defmacro pseudocar (lst) `(,op ,@lst))) (format t "~a" (macroexpand-1 '(pseudocar (a b))))
Standard input is empty
(CAR A B)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!