Definition of Generic Functions

Sunday, Dec 17, 2023

A generic function is a function whose behavior depends on the classes or identities of the arguments supplied to it. The methods associated with the generic function define the class-specific operations of the generic function. [1]

[1] "The Common Lisp Object System: An Overview", DeMichiel, Linda G., Gabriel, Richard P.