MatLab Idiom
MatLab has for-loops, conditional statements, subscripting, etc., like Java. But the preferred programming idiom uses uniform operations on matrices and avoids explicit loops, if possible.
Essentially every operation and built in function takes a matrix as an argument.