[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Ironic comment RE: cooperative multitasking
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 10 Jun 2002 09:54:57 -0300
>I'm still using 4.0 alpha, the last version with the 3.2
>style C API :)
Have you tried lua3, an emulation of Lua 3.2 API on top of Lua 4.0 API?
Here is a part of the README:
This module may ease the transition to Lua 4.0.
By using this module, you get all the new features of Lua 4.0: faster virtual
machine, "for" statements, etc. (But make sure you remove those $debug...)
--lhf