Re: Why isn't there a fold-right?

2010-11-07 Thread iko...@gmail.com
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

Re: From jetty to war?

2010-11-06 Thread iko...@gmail.com
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. > >