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