[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is LEXPR-FUNCALL a pain?
- Subject: Re: Is LEXPR-FUNCALL a pain?
- From: George J. Carrette <GJC at MIT-MC>
- Date: Tue ,16 Dec 80 00:59:00 EDT
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)