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
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
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
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
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-counts (-> (table :photos)
>