• Scieneer Common Lisp 1.3.9 online documentation

    compile name &optional definition[Function]

    Compiles the function whose name is name. If definition is supplied, it should be a lambda expression that is compiled and then placed in the function cell of name. If name is nil, the compiled code object is returned.

  •