lua-users home
lua-l archive

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


> Any plans to switch to C99?

No immediate plans, no.

Apart from stdint.h and inttypes.h, which could simplify some of Lua's
internal type configurations, what does C99 offer?

Of particular interest to the Lua programmer are more library functions.
I've written Lua bindings for complex math and for the extra math
functions available in C99.

What else would be interesting? Perhaps we could write bindings for them.