Hmmm that may be what the help says, but I could've sworn I talked about this with Slava a few months ago and he explained that it wasn't supported by Factor.
Would you happen to have an example of any word in the current code base that uses multiple dispatch? Or, can you give an example of how to use Factor's "out-of-the-box" support for multiple dispatch? Confused, Yuuki :) On Mar 1, 2007, at 8:45 PM, Eduardo Cavazos wrote: > On Thursday 01 March 2007 20:04, Matthew Willis wrote: > >> I think you're talking about "multiple dispatch", which I don't think >> Factor supports. So, the only way to dispatch on two arguments is to >> build your own dispatch mechanism, I believe. > > Young padawan, > > http://factorcode.org/responder/help/show-help?topic=method% > 2dcombination > > Factor supports this out of the box. > > The relevant part of that article: > > The method combination is this control flow glue between the set > of methods, > and several aspects of it can be customized: > > - which stack item(s) the generic word dispatches upon, > > Ed > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
