Well, since I'm writing stuff for Pikes framework *anyway*, it seems silly to have for instance
Protocols.A_Protocol.Supportstuff.call_callback and Protocols.Another_Protocol.Supportstuff.call_callback and Some.Other.Library.With.Callbacks.Supportstuff.call_callback
that does exactly the same. ;)
/ Mirar
Previous text:
2003-12-08 11:40: Subject: call_callback
Well, duplicating the same statement ten times is one extreme, and adding it to the Pike language framework is another. Somewhere in between there's a concept of user-level functions, right? :-)
/ Jonas Walldén