lua-users home
lua-l archive

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


> However, you will then get everyone linking their own copy of the lua
> runtime into their extension code (because this is easy and works) and
> start getting subtle hard to debug errors when the runtime linked is
> not == the runtime of the lua state.

Lua 5.2 goes to some pains to detect this.