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