dear julia experts—does the REPL have options that set some default parameters on how it prints? (think R’s options(digits=10).) In particular, is it possible to get fewer lines for output of long vectors (e.g., rand(1000))? I like the \vdots format, but would rather not have everything else scrolled off screen. Fewer would be nice…
/iaw