[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: questions about lua 5 FINAL
- From: Brian Hook <hook_l@...>
- Date: Mon, 3 Mar 2003 13:50:04 -0800
I know this is asked a lot, but what are the actual differences for
Lua5? If you go to the Web page there aren't many links or
discussion on 5 that are authoritative, and being on this list I kind
of get lost between the "would be nice", "is going in", "is being
removed" and "we're thinking about it" discussions =)
It would be nice if the distribution had a download page that talks
about the changes. Right now if you click on the link you're
immediately given a .tar.gz to download.
Brian
On Mon, 03 Mar 2003 18:36:22 -0300, Roberto Ierusalimschy wrote:
>>i want to ask what is your expected schedule to release Lua-5.0
>>final.
>
>March.
>
>
>>SECONDLY, gcc compiles lua , but previous versions of lua also got
>>compiled effortlesslly BY g++. But lua 5.0-beta gives headaches
>>when using g++ instead of gcc.
>
>Can you give more details? Our goal has been to allow Lua to compile
>as C++ code without warnings.
>
>-- Roberto