Hi,

In message "[ruby-talk:12445] Re: Haskell goodies, RCR and challenge"
    on 01/03/12, "Christoph Rippel" <crippel / primenet.com> writes:

|> The method name should be verb, and preferably end with "ct" to rhyme
|> with other method names.  e.g. "bisect"?

|"partition" and can be verb too and is the gold standard mathematical
|term for this.  On the other and if you have #bisect it makes also sense
|to define #bisect_at(i) which brings to me to #insert_at (i,arr) I would 
|not mind to see in  Array.

Thank you for the comment.  And bisect_at and insert_at always make
sense, although making sense does not guarantee the addition.

I'd like to put this particular one into RCR and get comments from
people in the community.  Mike, Please?

Choices are:

  * partition
  * bisect
  * whatever else
  * no, we don't need it.

							matz.