[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: multi-state version of lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 17 Dec 1999 10:43:32 -0200 (EDT)
>From lua-l@tecgraf.puc-rio.br Fri Dec 17 10:27:56 1999
>From: Dave Gordon <dgordon@algorithmic.com>
>
>Hi, can someone tell me please where to find a copy of the multi-
>state version of Lua 3.2? The link http://www.hougaard.com/lua
>from the Lua addons page is broken.
I think CGILua uses a multi-state version of Lua 3.2.
I'd like to take this opportunity and say here officially that the next version
will be multi-state in that all API functions will take an explicit state
as their first argument.
No current programs are likely to be broken, because the single-state API
will be available as macros, which will be enabled by default.
We plan to release an alpha version of Lua 3.3 soon.
--lhf