lua-users home
lua-l archive

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


Hi,

Roberto wrote:
> But there are other problems. All format strings should be parameterzided
> between '%s' and '%ls'; how to do that in an easy way?

I had experience with this when I tweaked Lua to control the number type
completely.  I don't think you'll like my solution but anyway it's there as
a reference.  (Item #2 in the email "Tightening Lua's type use",
2000-Sep-26.)

-John