On Friday, May 23, 2014 4:06:11 AM UTC-4, Tamas Papp wrote:
>
> 2. how many elements to print from large arrays etc could be controlled 
> by something like Common Lisp's *PRINT-LENGTH*, eg see 
> http://clhs.lisp.se/Body/v_pr_lev.htm (sorry if this already exists in 
> Julia, could not find it). 


It can be controlled in Julia by changing the LINES and COLUMNS environment 
variables (which can be set within Julia by assigning to ENV["LINES"] and 
ENV["COLUMNS"]).

Reply via email to