[Seaside-dev] Issue 268 in seaside: Introduce WAMessageSend

codesite-noreply at google.com codesite-noreply at google.com
Sat Jan 3 11:11:22 UTC 2009


Comment #3 on issue 268 by bonz... at gnu.org: Introduce WAMessageSend
http://code.google.com/p/seaside/issues/detail?id=268

Adding free arguments to MessageSend is a very bad idea.  If you need to  
have free
arguments, it's not a MessageSend anymore, rather it's polymorphic with a  
block (plus
some support for currying).  Self can be the first free argument, which  
nicely fixes
the problem with #numArgs.  I would call it WAMessageCallback.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list