Re: Turn an ordinary function into a generic function
- From: DanL <leidischd@xxxxxxxxx>
- Date: Sun, 20 Jul 2008 13:07:29 -0700 (PDT)
On Jul 20, 9:49 pm, Pascal Costanza <p...@xxxxxxxxx> wrote:
If you need more ad-hoc changes to functions for more pragmatic
purposes, so that you can fix things in the absence of a better designed
API, many Common Lisp implementations come with their own advice
functionality which you can use for this purpose and which typically
works for plain functions as well.
Do you mean something akin to Emacs-Lisps defadvice? I have used this
in Emacs sometimes, but have not seen it in Common-Lisp code.
.
- Follow-Ups:
- References:
- Turn an ordinary function into a generic function
- From: DanL
- Re: Turn an ordinary function into a generic function
- From: Rainer Joswig
- Re: Turn an ordinary function into a generic function
- From: DanL
- Re: Turn an ordinary function into a generic function
- From: Kent M Pitman
- Re: Turn an ordinary function into a generic function
- From: DanL
- Re: Turn an ordinary function into a generic function
- From: Pascal Costanza
- Turn an ordinary function into a generic function
- Prev by Date: Re: speeding up adjust-array?
- Next by Date: Re: atoms in a list interned when called by another package. why?
- Previous by thread: Re: Turn an ordinary function into a generic function
- Next by thread: Re: Turn an ordinary function into a generic function
- Index(es):
Relevant Pages
|