Array-Languages like Code Reuse in Scala
Array programming languages (also known as vector or multidimensional languages) generalize operations on scalars to apply transparently to vectors, matrices, and higher dimensional arrays. Is it possible to achieve this kind of code reuse in Scala? ...