[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: My wish list :) [RE: How can we make lua better?]
- From: Toyotomi <io219@...>
- Date: Thu, 6 Jun 2002 23:28:21 -0500
> 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...