[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1.1 has been frozen
- From: "Peter Hull" <peterhull90@...>
- Date: Tue, 13 Jun 2006 10:52:26 +0100
On 6/12/06, Greg McCreath <Greg.McCreath@tafmo.com> wrote:
Any special requests? - besides Australia beating Brazil at the football:).
A good result for you guys yesterday against Japan, you never know...
> Is there a published 'roadmap' of what is up-and-coming in lua - for 5.2
> and beyond?
No roadmap, published or otherwise. Do you have any special requests??
--lhf
My requests would be:
1. Keep going! Lua is great.
2. Please can you consider version compatibility a bit more; whilst
the language itself is stable, the API seems to change quite a lot and
it's quite complicated to figure out what version is installed. e.g
during a ./configure of a client program. The files always lua.h and
liblua.a, even though it may be version 4, 5, 5.1, ... I think some of
your more recent changes are a definite improvement (e.g. #define-ing
a version number in the header)
Pete