lua-users home
lua-l archive

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


It was thus said that the Great Martin once stated:
> On 17-01-22 02:46 PM, Sean Conner wrote:
> > It was thus said that the Great Las once stated:
> >> "Once LuaJIT will support 5.3"
> >> never. Mike Pall said that he isn't going to, so it would have to be a fork
> >> of LuaJIT.
> > 
> >   "Never" while Mike was maintaining it.  He's looking for a person (or
> > persons) to take over the project but so far, no one has really stepped up.
> > 
> >   -spc
> 
> BTW what the differences between 5.1 and 5.3 that make it so hard to
> update code generator?

  Two big ones---__ENV vs. setfenv()/getfenv() and true 64bit integers.

  -spc