lua-users home
lua-l archive

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


On Mon, Oct 31, 2011 at 11:30 AM, Stefan Reich
<stefan.reich.maker.of.eye@googlemail.com> wrote:
> Here's another little idea:
>
> I could imagine a Pluto-like library outputting pure Lua source code.
>
> You would need a few special functions to recreate the coroutine stack
> frames - but other than that, I don't see a real obstacle here. Or is
> there?
>
> Outputting source code would be quite elegant and certainly more
> readable than bytecode.
>
> Comments?
>
> Cheers,
> Stefan


I'm sorry it may be a silly question, I'm still having my coffee, but
it wasn't clear for me:

>From what input?

A frozen image, for example? Or something else?