Hi,
I'm having some problem with the interpreter. I tried a clean install and
did not fix it.
Essentially if I omit the semicolon of an array expression I get
BoundsError(). I am not sure whether anyone is having similar problem or is
something particular to my computer.
Any ideas on how can I fix it?
Thanks
D.
$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+490 (2013-12-15 07:16
UTC)
_/ |\__'_|_|_|\__'_| | Commit f8f3190* (0 days old master)
|__/ | x86_64-linux-gnu
julia> [1]
1-element Array{Int64,1}:
Evaluation succeeded, but an error occurred while showing value of type
Array{Int64,1}:
ERROR: BoundsError()
in parseint_nocheck at string.jl:1472
in parseint_nocheck at string.jl:1508
in parseint at string.jl:1511
in writemime at repl.jl:21
in display at multimedia.jl:117
in display at multimedia.jl:119
in display at multimedia.jl:151