lua-users home
lua-l archive

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



But, yes, there's a better way; ask the modules to export an object
factory (if that fails then it's definitely bad) and insist that these
objects all have a metatable which contains some distinct field/value.
 This field can then identify the interface; the value can be made as
distinct as you like.

Do you have a simple example of this. This is an intriguing idea and just want more details. Thanks. 
-- 

An example of some sort would be great. I don't quite understand what you mean.

Thijs