lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>I'm using your yield() patch, and it seems to be working fine so far (great, actually!).  But you're scaring me with your talk of "annoying bugs".  What bugs in particular?  How worried should I be?
>
>To the community at large:  what would make me switch from 4.0 to 5.0w0?

You answered this yourself: 5.0 contains an implementation of coroutines
that should not have the "annoying bugs" of the yield() patch for 4.0.

>From the lua.org web page, it seems that the current version is 4.0, and that 5.0w0 is a work-in-progress.

Right. 5.0 (alpha) should be out in a month or so.
--lhf