How to format float numbers in human-friendly format?

Oh, I get it. Nope, it seems there is no alternative for that (that I know of), but I guess it should be relatively easy to make such thing.

If want to retain interpolation but you don’t need as much control over how it is printed, you can always use IOContext property :compact = true (see examples in I/O and Network · The Julia Language)