Table of Contents
All the functions built by FUNCTION
, COMPILE
and the like are
atoms. There are built-in functions written in C, compiled
functions (both of type COMPILED-FUNCTION
) and interpreted
functions (of type FUNCTION
).
Table 3.1. Function call limits
CALL-ARGUMENTS-LIMIT | 212=4096 |
MULTIPLE-VALUES-LIMIT | 27=128 |
LAMBDA-PARAMETERS-LIMIT | 212=4096 |
These notes document CLISP version 2.49 | Last modified: 2010-07-07 |