List$
Build a list
List$ is a macro that is virtually interchangeable with list. The only difference is that when the host Lisp is gcl with GCL
version at least 2.7.0, list may cause an error when given too many
arguments (generally, more than 63). In such cases, list$ may be used in
place of list, since list$ has no restriction on the number of
arguments.