lua-users home
lua-l archive

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


> On Jun 1, 2017, at 3:52 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 
> It has several applications, of which using it as a clipboard Lua table
> by C routines is but one.However, if C is not involved at all, it is
> not necessary to use it.
> 
> You can access it from Lua via the debug library. It's just a Lua
> table that you can traverse with 'pairs' like any other. There are
> some interesting things in it.

Hi Dirk,

Thanks for your reply.  For my current project, I'll be using Lua only, but I do plan to check the registry from debug (out of curiosity) !

- J