Subject: Re: Finding the arity of a function From: Erik Naggum <erik@naggum.net> Date: Wed, 19 Sep 2001 16:20:25 GMT Newsgroups: comp.lang.lisp Message-ID: <3209905225011524@naggum.net> * Sam Steingold <sds@gnu.org> > there is no standard function for that in ANSI CL. > most implementations do provide this functionality though. : > (defun arglist (fn) ...) Thank you for the portable code, but would it be possible to rename the portable function to function-lambda-list? With that name, it much more closely mimics function-lambda-expression and programmers have a hope of finding it with apropos and in the documentation without knowing its name. ///