[racket-dev] [plt] Push #26426: master branch updated

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Mar 7 15:32:22 EST 2013

Just now, Asumu Takikawa wrote:
> I just added these, but there was some discussion on IRC of adopting
> a more consistent convention for take/drop-while and its
> siblings. We were considering the following set of names:
> 
>   takef, dropf, takef-right, dropf-right, splitf, splitf-right
> 
> None of those except `takef` (as `take-while`), `dropf` (as
> `drop-while`) are in the codebase yet, but the idea is to add them
> soon

+1.  Also, it can carry over to new names, like `list-index' (which is
on my todo list) and then `list-indexf' for the predicate version.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.