[closer-devel] define-layered-method syntax

Attila Lendvai attila.lendvai at gmail.com
Thu Jul 19 21:34:41 UTC 2007


hi!

i've added various macros over d-l-m, all with syntax like this:

(define-backend-method (present-title pdf) ((self instance-renderer)
(view standard-view))
  ...)

and i tought that d-l-m itself could use this syntax:

(define-layered-method (display-object employment-layer) ((object employer))
  ...)

instead of this:

(define-layered-method display-object :in-layer employment-layer
((object employer))
  ...)

what do you think?

-- 
 attila



More information about the closer-devel mailing list