[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Relative imports
- From: Axel Kittenberger <axkibe@...>
- Date: Wed, 9 Mar 2011 10:22:50 +0100
> From my understanding, Lua only provides functionality that's found in C89
> and no more (and dirname() is not part of C89). Yes, it *could* be added,
> but it's not quite as straightforward as it seems, and given a sufficiently
> oddball system, even the current module system may break.
add popen() to this, where lua directly uses posix already.