Devoxx - filter, partition and offset (original) (raw)

Jed Wesley-Smith jed at wesleysmith.io
Wed Apr 3 15:41:49 PDT 2013


Javascript: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/filter

Ceylon: http://modules.ceylon-lang.org/test/ceylon/language/0.5/module-doc/interface_Iterable.html

Kotlin: http://jetbrains.github.com/kotlin/versions/snapshot/apidocs/kotlin/java/util/List-extensions.html#filter(jet.Function1)

On 4 April 2013 08:58, Michael Klishin <michael.s.klishin at gmail.com> wrote:

Jed Wesley-Smith

all define the same behaviour and name of this method.

It is sufficiently commonplace that to define it differently would be arbitrary and random. Plus Clojure: http://clojuredocs.org/clojurecore/clojure.core/filter http://clojuredocs.org/clojurecore/clojure.core/remove -- MK



More information about the lambda-dev mailing list