Logical and Cartesian Indexing in Julia
Julia, like most technical computing languages, provides a first-class array implementation with very important functions that make working with N-Dimensional arrays quite easy. One of the latest features, the dot(.) based broadcasting makes most of the "repetitive" array operations, a one-lined cod