mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Add comment about (oop goops keyword-formals)
This commit is contained in:
parent
fe05646f7c
commit
c569f98d81
1 changed files with 8 additions and 1 deletions
|
@ -2069,7 +2069,14 @@ function."
|
|||
;;; rest)))))))
|
||||
;;;
|
||||
;;; With the current state of the compiler, this results in slower code
|
||||
;;; than the implementation below since the apply call isn't eliminated.
|
||||
;;; than the implementation below since the apply call isn't
|
||||
;;; eliminated. Note also that it doesn't support the (next-method) call
|
||||
;;; as does the following implementation.
|
||||
;;;
|
||||
;;; If you make changes to the following implementation, bear in mind
|
||||
;;; that define-method* is supposed to also be able to handle ordinary
|
||||
;;; methods without keyword formals. See the Guile Reference and the
|
||||
;;; module (oop goops keyword-formals).
|
||||
;;;
|
||||
|
||||
(define-syntax define-method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue