Re: Keywords in define-method
Mikael Djurfeldt <[email protected]>
| Newsgroups | gmane.lisp.guile.devel,gmane.lisp.guile.user |
|---|---|
| Message-ID | <CAA2XvwKa1FunpwEUon9CKw-UdcVhBk4gYratyxh5pukxP9w_HQ@mail.gmail.com> |
Sorry for all spam, but I realize that R6RS does this better: (import (rename (except (oop goops) define-method) (define-method* define-method))) Maybe we should have a #:rename ((ORIG . SEEN) ...) in the Guile native module system? Or perhaps we should gradually move over to R6RS? Best regards, Mikael