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

Re: Are all functions multi-methods?



Neelakantan Krishnaswami wrote:
> 
> The syntax for calling any function is always the same.

Don't forget the dot syntax.  i.e.,  o.f === f(o)