On 8/21/14, 11:36, Bill Hart wrote:
You can define the A.b syntax in Julia if you should so desire. It's
essentially just another kind of method overload in Julia.

And then, it supports A.<tab> giving a list of all the things that could
follow the dot, just as Python would.

Are you saying you can overload the dot operator? I thought that was still an open issue (https://github.com/JuliaLang/julia/issues/1974).

Harold: Julia does have a module system, which Bill illustrated, that uses the dot to access members of the module. And a dot also accesses fields of a type instance.

Thanks,

Jason


--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to