[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Introspection with Lua
- From: Vineet Jain <vinjvinj@...>
- Date: Mon, 15 May 2006 21:38:52 -0400
I'm migrating some programs from python to lua and had some questions
about introspection in Lua. Specifically I'm looking for the equivalent
of python's setattr and getattr in Lua.
I need to find out (dynamically) if a certain lua module has some
functions and variables defined. I also need to set some module
variables (dynamically).