ProgressMeter.jl icon indicating copy to clipboard operation
ProgressMeter.jl copied to clipboard

lazy interpolation strings in the @showprogress macro

Open Krastanov opened this issue 8 years ago • 0 comments

One can already use showvalues, but it would be pretty great if the macro could make the string interpolation "lazy" as in:

@showprogress 1 "current iteration is $(iter)" for iter, x in enumerate(xs)

Krastanov avatar Aug 13 '17 01:08 Krastanov