lua-users home
lua-l archive

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


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