Dupéron Georges I did what you suggested and placed a displayln at the 
beginning. There's a wait time between when I execute the program and then 
everything happens all at once - the displayln occurs at the same time as when 
the GUI spawns.

> On Sunday, December 4, 2016 at 10:05:23 AM UTC-8, Matthias Felleisen wrote:
> 
> Also consider lazy require.

That actually seems to make it run slower.

$ time ./ivy -V
Ivy 1.2

real    0m2.414s
user    0m2.288s
sys     0m0.119s

versus

$ time /usr/bin/ivy -V
Ivy 1.2

real    0m1.955s
user    0m1.796s
sys     0m0.147s

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to