On Friday, May 08, 2015 12:44:12 PM Ali wrote: > Thanks, René. That package does answer my need. > It would still be useful to know how to flush the output, just for the > reference.
To paraphrase Avik: "Use the source, Luke!" :-) Many of julia's packages are quite readable (or become so, if you invest the time in getting good at it). It's also one of the best ways to learn how to become good at writing julia code. I've been doing this for several years now, and I still learn new things that way on a near-weekly basis. --Tim > > On Fri, May 8, 2015 at 12:40 PM, René Donner <[email protected]> wrote: > > You can see such behaviour implemented in > > https://github.com/timholy/ProgressMeter.jl (which might already do what > > you want ;-) > > > > Am 08.05.2015 um 12:39 schrieb Ali Rezaee <[email protected]>: > > > Hi, > > > > > > I would like to show the progress of my Julia code while its running. > > > > But I do not want each different percent being printed in a different line > > in the command line. > > > > > Is there a way to print something and then remove it before a new item > > > > is printed? > > > > > Many thanks,
