[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The Lua interpreter and large scripts
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 11 Nov 2009 08:09:14 -0200
> The "-i" option loads readline which as a side-effect initializes
> the NLS locale for the current process from the environment variables.
If available, readline is compiled into the interpreter. You don't need
to use -i to activate it. Do you mean that when you do use interactive
input then a function from the readline library gets called and only then
the OS loads the readline library? And so readline is not loaded at all
when running the interpreter in batch?
--lhf