On 4/18/07, Slava Pestov <[EMAIL PROTECTED]> wrote:
> Perhaps each branch in a match-cond can receive a hashtable on the
> stack.

Yes, this is how it used to work. Then most uses of match-cond became:

: baz ( -- )
  [
    { { ?foo ?bar } [ [ ?foo ... ?bar ... ] bind baz ] }
  ] match-cond ;

I'll probably go back to that model. I don't think anyone has really
used the concurrency library in anger apart from me so it's hard to
work out the best idioms.

Chris.
-- 
http://www.bluishcoder.co.nz

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to