Re: [Factor-talk] short-circuiting combinators

2008-06-24 Thread Eduardo Cavazos
Slava wrote: > Do you think it would be a good idea to put the || and && combinators > in combinators.short-circuit? Done. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just

Re: [Factor-talk] short-circuiting combinators

2008-06-14 Thread Crest da Zoltral
Am 13.06.2008 um 15:56 schrieb Phil Dawes: > Eduardo Cavazos wrote: >> 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

Re: [Factor-talk] short-circuiting combinators

2008-06-13 Thread Slava Pestov
On Jun 13, 2008, at 2:35 AM, Eduardo Cavazos wrote: > 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

Re: [Factor-talk] short-circuiting combinators

2008-06-13 Thread Phil Dawes
Eduardo Cavazos wrote: > 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 o

Re: [Factor-talk] short-circuiting combinators

2008-06-13 Thread Crest da Zoltral
Am 13.06.2008 um 09:35 schrieb Eduardo Cavazos: > 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 ment

Re: [Factor-talk] short-circuiting combinators

2008-06-13 Thread Eduardo Cavazos
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 a