On Friday 13 June 2008 01:33:08 Slava Pestov wrote: > Do you think it would be a good idea to put the || and && combinators > in combinators.short-circuit? combinators.lib is getting large and > disorganized.
Sounds OK to me. You mentioned moving them into core. Do you still want to do that or are they candidates for basis? Also, || and && might be doable as "smart combinators" and I believe Crest even coded up an implementation. So how do you feel about using smart versions of these instead of the arity variants? I believe you once mentioned that the problem you see is that they'll only work with quotations which are inferable. So do you think we should be conservative and stick with the ones we have now? Ed ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
