MOST list | |
Returns the member of list which returns the maximum numerical value when function is applied to it. As second value is returned which is the actual maximum value (the return-value of function as applied). This function comes from the Paul Graham book ANSI Common Lisp.
| |