Frank Barknecht wrote: > One thing I wanted to ask here: Is there a special reason that pdlua > isn't using the (new in 5.1) vararg syntax with "..." for methods and > maybe also in outlet(...) or similar places?
Yes. It makes it very difficult to do useful things with variable length inputs (such as iterating over them, storing them, etc). See for example: http://lua-users.org/wiki/VarargTheSecondClassCitizen Claude -- http://claudiusmaximus.goto10.org _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
