Le dimanche 20 avril 2014 à 01:41 -0700, MikeEI a écrit :
> Studying e.g. base as an example of Julia style I see that very often
> the type of method arguments is specified, but never the return type.
> I assume return type derives from argument type, multiple dispatch and
> applied operations. I predict it sometimes wrongly ( and have to
> typeof()).
> 
> 
> Is it because arguments types are relevant for multiple dispatch, but
> return types not?
I guess that's one of the reasons. But this is a feature under
discussion, see https://github.com/JuliaLang/julia/issues/1090


Regards

Reply via email to