[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is LEXPR-FUNCALL a pain?



I've noticed that many of my calls to LEXPR-FUNCALL
are with the first argument quoted, e.g.
(LEXPR-FUNCALL #'FORMAT *MESSAGE-STREAM* STRING LIST)
whereas one would never write (hardly ever)
(FUNCALL #'FOO X Y) because one writes (FOO X Y).

Q: Could it be possible to use the syntax?
   (<FUNCTION> ARG ARG . VECTOR-OR-LIST-ARGS)