[racket-dev] [plt] Push #26426: master branch updated
On 2013-03-07 12:26:55 -0500, asumu at racket-lang.org wrote:
> bb17b6a Asumu Takikawa <asumu at racket-lang.org> 2013-03-06 23:41
> :
> | Add take-while, drop-while to racket/list
> :
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
Any objections?
Cheers,
Asumu