1
Fork 0
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:
Mikael Djurfeldt 2024-11-26 19:49:50 +01:00
parent fe05646f7c
commit c569f98d81

View file

@ -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