Hi Dan,

Yes, that is what I'm suggesting. fry cannot express 'with' so we wouldn't
do anything about usages of that word.

Thanks for the input. I'll probably do a sweep of my own code at some point
to convert curry/compose to fry, since I find fry more aesthetically
pleasing, but I'll let other contributors decide on their own.

Slava

On Sun, Aug 31, 2008 at 5:03 PM, Daniel Ehrenberg <[EMAIL PROTECTED]>wrote:

> Well, personally, I never got used to fry. I feel comfortable using
> curry and compose for most things. I don't see why it is a problem to
> use them except in exceptionally complicated cases. For me, it feels
> like fry is doing more than is needed. Are you suggesting that we use
>
> { 1 2 3 } 4 '[ , + ] map
>
> in place of
>
> { 1 2 3 } 4 [ + ] curry map
>
> ? I don't understand how that is much of an improvement. I'm not sure
> how to do what "with" does in terms of fry. For building complicated
> quotations, it's another story. It seems like both are useful.
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to