On Thursday, May 22, 2014 9:01:11 PM UTC+2, Bob Nnamtrop wrote:
>
> But julia often does show large screen dumps. Try:
>
> julia> h={1=>1}; for i=2:100000 h[i]=i end; h
>
>
Off-topic tip: this kind of thing should be better written like this:
julia> h=[i=>i for i = 1:100000]- Re: [julia-users] pager in the... Andrea Pagnani
- Re: [julia-users] pager in the... Steven G. Johnson
- Re: [julia-users] pager in the... Steven G. Johnson
- Re: [julia-users] pager in the... Andrea Pagnani
- Re: [julia-users] pager in the... Steven G. Johnson
- Re: [julia-users] pager in the rep... Steven G. Johnson
- Re: [julia-users] pager in the repl Mauro
- Re: [julia-users] pager in the repl Bob Nnamtrop
- Re: [julia-users] pager in the repl John Myles White
- Re: [julia-users] pager in the repl Bob Nnamtrop
- Re: [julia-users] pager in the repl Carlo Baldassi
- [julia-users] Re: pager in the repl Andrea Pagnani
