Newer
Older
til / common_lisp / 20231217_generic_functions.html

<h4>Definition of Generic Functions</h4>
<p>Sunday, Dec 17, 2023</p>

<p class="quote">
A <i>generic function</i> is a function whose behavior depends on the classes or
identities of the arguments supplied to it. The <i>methods</i> associated with the
generic function define the class-specific operations of the generic function.
 [1]</p>

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