

| |||||||
|
You are here: Root > Programming Languages > Common Lisp > CLOS
An implementation of CLOS "wrapping" methods. They are "like around methods but happen outside them (so: before and after), and the least specific wrapping method is outermost". They provide a clean way for supplying defaults for generic function optional and keyword arguments, and are also useful for running "hooks"-like functionality. This is part of the Lisp hacks collection by Tim Bradshaw.
| tfb+lisp-hax@tfeb.org | |
| Web site | http://www.tfeb.org/lisp/hax.html#WRAPPING-STANDARD |
| Mailing list | |
| Version | - Monday, 03 June 2002 |
| Maturity | Stable |
| OS compatibility | Any |
| ASDF installable | No |
| Official Download | http://www.tfeb.org/programs/wrapping-standard.lisp |
| Mirrored Download | |
| Source code repository |
CLOS | Language Extensions | Libraries | Any operating system | Open Source
You must be logged to add a note
You must be logged to add a comment