lua-users home
lua-l archive

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


>Perhaps this is fruitful work for add-on libraries instead of language
>changes?

"require" will be part of the base library and not part of the language.
Plus it will use a global variable instead of an environment variable.
But, yes, directories (and dir separators) are a problem...
--lhf