ProgressMeter.jl
                                
                                
                                
                                    ProgressMeter.jl copied to clipboard
                            
                            
                            
                        lazy interpolation strings in the @showprogress macro
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)