Arc Forumnew | comments | leaders | submit | euccastro's commentslogin
4 points by euccastro 6077 days ago | link | parent | on: some versus any

I like 'any' better too. In the tutorial:

> [...] some, which returns true if the function is true of any element; [...]

Also, although this shouldn't matter much, 'any' is the name of this function in Python.

-----