From: arcadiorubiogarcia@... Date: 2007-05-27T23:00:04+09:00 Subject: Re: Perspectives for Ruby 2.0 On May 27, 12:31 pm, Michael Hollins wrote: > arcadiorubiogar...@gmail.com wrote: > > > 1. Are there any plans to introduce function currying? It's a very > > useful feature for function expressions, and it won't be very > > difficult to add. In fact, far I've seen a few implementations of it > > out there. They seem to be more or less ok, but it would be great to > > have it on the standard distribution. > > what would you want beyond the following? > > http://moonbase.rydia.net/mental/blog/programming/currying-in-ruby Well I would want something more implicit, like in Groovy for instance: http://www.ibm.com/developerworks/java/library/j-pg08235/index.html