There is no get_all_args symbol for functions. Given that it isn't on purpose and that it should be possible to get a function, what symbols should be used?
What would you get back from such a "symbol"? The only representation which can represent all kinds of callable things is svalue, AFAIK, and you can get one of those with %*.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-05-13 22:00: Subject: get_all_args
There is no get_all_args symbol for functions. Given that it isn't on purpose and that it should be possible to get a function, what symbols should be used?
/ Martin Nilsson (räfsfiskal)
It's on purpose then...
/ Martin Nilsson (räfsfiskal)
Previous text:
2004-05-13 22:17: Subject: get_all_args
What would you get back from such a "symbol"? The only representation which can represent all kinds of callable things is svalue, AFAIK, and you can get one of those with %*.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
pike-devel@lists.lysator.liu.se