How can I bind a function with luabind that accept a variable number of parameters ?
Basically, I want to write my own print() function.
I know that the object class in luabind as a parameter can accept any data type, the best would be to received a dynamic table of luabind::object as a parameter.
I have made a mix between pure lua C API and luabind: