lua-users home
lua-l archive

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


2008/10/22 Enrico Colombini <erix@erix.it>:
> Jerome Vuarand wrote:
>>
>> You can't do that in pure Lua. You can do that with the lua-ex binary
>> module. Manual and link to the sources can be found there:
>> http://lua-users.org/wiki/ExtensionProposal
>
> Thanks. I guess it could create some conflicts with lfs (?).

There are some redundant functions, but no conflict as far as I know.
I'm using both of them happily (on Windows XP).