lua-users home
lua-l archive

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


> I could easily write a loadlibrary, but this misses the point entirely.

> I don't want to have to take everyone else's modules and produce versions
> that are compatible with 'my' loadlibrary, then have someone else do the
> same thing, and another...

I thought you were talking about compiled libraries, so & dll, etc. I often
think people are talking about the C side instead of the Lua side.

This sounds like a job for "require", & library is a bad term to use here.
If not "require", then I'm sure I saw this sort of thing somewhere...