On Wednesday, October 7, 2015 at 8:10:45 PM UTC+2, Pablo Zubieta wrote:
>
> As others mentioned, it is better to use multiple dispatch as the Julia 
> language was developed with it as one of its central features.
>
Totally agree with this. using verb(object, args) to implement 
object.verb(args) actually still relies on multiple dispatch.
 

>
> You could easily change the name of the function to make it look natural 
> (in the english grammar sense). E.g. you can define feed(Man, food) or 
> feed(Man, with=food) if that seems more natural to you.
>
This is a GREAT trick. Thanks!!!! 

Reply via email to