[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua-warnings.diff patch from Joerg
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 16 Mar 2012 07:38:40 -0300
> 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.