This has been a point of (extremely) lengthy discussion. See the following
issues for recent improvements and plans, some of which will be in the next
release:

https://github.com/JuliaLang/julia/pull/15032
https://github.com/JuliaLang/julia/issues/16285

On Tue, May 24, 2016 at 5:23 PM, Siyi Deng <mr.siyi.d...@gmail.com> wrote:

>
> numpy arrays operate element-wise by default, and have broadcasting
> (binary singleton expansion) behaviors by default. in julia you have to do
> (.> , .<, .==) all the time.
>
>

Reply via email to