lua-users home
lua-l archive

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


Hi Jay, Peter,

> With a flat namespace, you need some heuristics to determine which variant of
> the API a consumer is expecting, and you also need some deep linker
> hackery to have different consumes receive different variants
> depending on the result of this heuristic.

> As usual, see http://www.akkadia.org/drepper/dsohowto.pdf for perhaps far more detail than you wanted

Thank you both for details on namespaces and dynamic symbols. I have a
lot to digest, but it seems to be possible to do what I had in mind...

Paul.