lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 05/26/2017 04:44 PM, Javier Guerra Giraldez wrote:
> On 26 May 2017 at 16:32, François Perrad <francois.perrad@gadz.org> wrote:
>> `format` is good for small things, and the new way is good for serious
>> things.
> 
> Am I the only one that thinks iostream is the second ugliest part of C++?

I'm sure I saw on one of the many CppCon videos that even the C++
committee and other big names (Stroustrup etc.) hate the thing when it
comes to string formatting.

Scott