diff options
author | EuAndreh <eu@euandre.org> | 2021-04-24 18:28:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-04-24 18:30:06 -0300 |
commit | 75423d429d637a311748adff0599136c70522f12 (patch) | |
tree | 063d5163077ebd89ad4ad4a4fd5777464f5c74f5 /_tils/2021-04-24-common-lisp-argument-precedence-order-parameterization-of-a-generic-function.md | |
parent | Proofread TIL on Clojure auto currying (diff) | |
download | euandre.org-75423d429d637a311748adff0599136c70522f12.tar.gz euandre.org-75423d429d637a311748adff0599136c70522f12.tar.xz |
Add references section to TIL on CLOS
Diffstat (limited to '')
-rw-r--r-- | _tils/2021-04-24-common-lisp-argument-precedence-order-parameterization-of-a-generic-function.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_tils/2021-04-24-common-lisp-argument-precedence-order-parameterization-of-a-generic-function.md b/_tils/2021-04-24-common-lisp-argument-precedence-order-parameterization-of-a-generic-function.md index eb19b38..cce0e42 100644 --- a/_tils/2021-04-24-common-lisp-argument-precedence-order-parameterization-of-a-generic-function.md +++ b/_tils/2021-04-24-common-lisp-argument-precedence-order-parameterization-of-a-generic-function.md @@ -131,3 +131,7 @@ But when defining a generic function, the order of arguments is more important t One shouldn't change the order of arguments of a generic function for the sake of tailoring it to the CLOS priority ranking algorithm, but doing it for a class definition is just fine. TIL. + +## References + +1. [Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS](https://en.wikipedia.org/wiki/Object-Oriented_Programming_in_Common_Lisp), by Sonja E. Keene |