2010/11/7 David Sletten
> Or for those of you who prefer that other people won't be able to read your
> code:
> (defn foldr [f coll]
> (reduce #(f %2 %1) (reverse coll)))
>
> To be honest, I find this one more readable...
--
You received this message because you are subscribed to the Google
Gr
You'll learn Python quickly enough anyhow. Python is not very hard.
2010/11/5 Sean Corfield
> On Fri, Nov 5, 2010 at 2:33 PM, Mike Meyer
> wrote:
> > This affect only works if the languages are sufficiently different to
> > have different "obvious" solutions for a large number of problems.
> >