lua-users home
lua-l archive

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


> Would system dependent code like that below be acceptable?

I wouln't like to put that kind of dependent code into the Lua core, but
maybe we could provide some easy way to "plug" it into the core, for
instance defining some appropriate macros as we do for multithreading.
I think Mike Pall's implementation goes in that direction (but it's not
there yet).

-- Roberto