Re: Question about an idiom.....

2010-11-24 Thread Laurent PETIT
2010/11/24 Mike Meyer > On Wed, 24 Nov 2010 22:51:09 +0100 > Daniel Werner wrote: > > > On 24 November 2010 21:40, Mike Meyer > > wrote: > > > Could someone explain where this urge to write (-> expr (func arg)) > > > instead of (func expr arg) comes from? > > > > I like to use -> and ->> becaus

Re: Question about an idiom.....

2010-11-24 Thread Mike Meyer
On Wed, 24 Nov 2010 22:51:09 +0100 Daniel Werner wrote: > On 24 November 2010 21:40, Mike Meyer > wrote: > > Could someone explain where this urge to write (-> expr (func arg)) > > instead of (func expr arg) comes from? > > I like to use -> and ->> because they allow me to add more steps to > t

Re: Question about an idiom.....

2010-11-24 Thread Daniel Werner
On 24 November 2010 21:40, Mike Meyer wrote: > Could someone explain where this urge to write (-> expr (func arg)) > instead of (func expr arg) comes from? I like to use -> and ->> because they allow me to add more steps to the "pipeline" as needed, without requiring ever more deeply nested paren

Re: Question about an idiom.....

2010-11-24 Thread Laurent PETIT
2010/11/24 Mike Meyer > On Wed, 24 Nov 2010 00:37:07 -0800 (PST) > LauJensen wrote: > > You just touched on an idiom I see fairly often here that bugs me. I'm > not intentionally singling you - or CQL! - out for this, but you made > a comment that sets up my question perfectly. > > > (let [photo