[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suggestion for Lua 5.3.0 -- require search paths (and mathlib comments)
- From: Petite Abeille <petite.abeille@...>
- Date: Mon, 7 Apr 2014 20:06:16 +0200
On Apr 7, 2014, at 12:10 PM, Tony Papadimitriou <tonyp@acm.org> wrote:
> However, I think the arg[0] 'trick' does not work with redirection:
What’s ‘redirection’ in this context?
(Keep in mind that a Lua chunk doesn’t have to be file based, e.g. heredoc or dynamically generated code or whatever is not file based…)
- References:
- Re: Running multiple threads in a lua state, Coroutines
- Re: Running multiple threads in a lua state, Luiz Henrique de Figueiredo
- Re: Running multiple threads in a lua state, Coroutines
- Re: Running multiple threads in a lua state, Sean Conner
- Re: Running multiple threads in a lua state, Coroutines
- Re: Running multiple threads in a lua state, Sean Conner
- Re: Running multiple threads in a lua state, Rena
- Re: Running multiple threads in a lua state, Coroutines
- Suggestion for Lua 5.3.0 -- require search paths, tonyp
- Re: Suggestion for Lua 5.3.0 -- require search paths, Petite Abeille
- Re: Suggestion for Lua 5.3.0 -- require search paths, Chris Emerson
- Re: Suggestion for Lua 5.3.0 -- require search paths, steve donovan
- Re: Suggestion for Lua 5.3.0 -- require search paths (and mathlib comments), Tony Papadimitriou