guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GOOPS: define-method* with extended lambda-list-syntax?


From: Anders Vinjar
Subject: Re: GOOPS: define-method* with extended lambda-list-syntax?
Date: 10 Apr 2003 13:28:27 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

>>>>> "MD" == Mikael Djurfeldt <address@hidden> writes:

    >> (define-method* (f (x <real>) (y <top>) #:optional z)
    >> 'real-top)

    MD> It might be good to "fold in" the functionality of
    MD> lambda* so that you can have some decisions already made
    MD> by method dispatch.

Id be very happy if you could explain what you're thinking of
here.  lambda* is put to use in the procedure definitions left
with the specialised methods.

You're maybe suggesting that taking a look at how lambda* builds
its code based on walking its arguments would be helpful in this
issue?

-anders




reply via email to

[Prev in Thread] Current Thread [Next in Thread]