Plaster

common-lisp
``(hello ,@,@there) `(append (list `hello) ,@there) `(append (list 'hello) ,@there) (append (list `append) (list `(list 'hello)) there) (append (list 'append) (list (append (list `list) (list `'hello))) there) (append (list 'append) (list (append (list 'list) (list ''hello))) there)