Ismael VC Sat, 19 Sep 2015 10:43:55 -0700
I would have expected an error. Julia:
julia> VERSION v"0.4.0-rc1" julia> x = [1:5;]; julia> x[], x[1] (1,1) Python: >>> x = range(1, 6) >>> x[] File "<stdin>", line 1 x[] ^ SyntaxError: invalid syntax