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,
