From: Daniel Berger Date: 2002-01-14T13:08:46+09:00 Subject: Re: a wishlist for ruby 2.0 "Mathieu Bouchard" wrote in message news:Pine.LNX.4.21.0201131324500.22916-100000@bartok... * Keyword/Named arguments (of course). I actually *prefer* the commas - easier on the eyes, IMO. * Eliminate separate methods for "modify receiver in place" with some other mechanism. Either modify the receiver based on calling context (void == modify, rvalue == don't modify), or provide a special generic method that modifies the receiver. * Some sort of Inline mechanism that allows for multiple languages to be coded within Ruby based on a common syntax, analogous to the Inline.pm module in Perl. * Elimination of alias methods. Pick one method name and use only one. * Removal of multi-dimensional array "edges". * Friendlier socket API Just my .02. Regards, Dan