Le mardi 08 juillet 2014 à 01:51 -0700, Hans W Borchers a écrit :
> What has happened, two months later, to the (in)famous 'dot' notation
> in Julia?
> There was such a convincing discussion that  5 + x  shall not be
> correct, so
> I got used to it. When I now by chance try
> 
>     julia> x = [0.1, 0.2, 0.3];
> 
>     julia> 5 + x
>     3-element Array{Float64,1}:
>      5.1
>      5.2
>      5.3
> 
>     julia> versioninfo()
>     Julia Version 0.3.0-prerelease+3921
>     Commit 0b46af5* (2014-06-28 02:01 UTC)
>     Platform Info:
>       System: Linux (x86_64-linux-gnu)
>       CPU: Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz
>       WORD_SIZE: 64
>       BLAS: libblas.so.3
>       LAPACK: liblapack.so.3
>       LIBM: libopenlibm
> 
> 
> [ PS: This was the last PPA update I could get on Ubuntu. ]
See https://github.com/JuliaLang/julia/pull/7226


Regards

Reply via email to