guile-user
[Top][All Lists]
Advanced

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

Re: A couple of questions about goops method parameters


From: Nala Ginrut
Subject: Re: A couple of questions about goops method parameters
Date: Fri, 05 Sep 2014 16:32:03 +0800

Hi Carlos!

On Tue, 2014-09-02 at 23:05 -0300, Carlos Pita wrote:

> 2) What is the relationship between the lambda* family and methods?
> Are methods restricted in the sense that they can't aspire to get the
> greater flexibility of lambda* parameter handling? Maybe because of
> the way dispatching is done?
> 

IMO, when you have lambda*, you never need define-method. Actually, I
want to say, once you have such FP features, you don't need OOP anymore.

You can mix them while programming, but you don't have to.
Anyway, if you try to avoid to use GOOPS someday, you have to handle
dispatching by yourself. ;-)

> Thank you very much in advance for any help.
> 
> Best regards
> --
> Carlos
> 





reply via email to

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