Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
Frankly speaking, this is not a duplicate of #336. This is a question about how to handle va_list in binding code. #336 is a question about whether the language supports Varargs at all.
Consider mapping the C++ va_listobject to an Objeck array or list type.
Example code, please? Btw, when I raised this question I pretty much think I will follow the .NET's P/Invoke way, that is define the function with a fixed number of arguments.
Discussed in https://github.com/objeck/objeck-lang/discussions/326