Name: Anonymous 2015-07-28 2:30
.
clojure is just so much better than clThat shit looks more like c++ or javascript than actual lisp.
(defn square-mat
[n e & {:keys [implementation]
:or {implementation :persistent-vector}}]
(let [repeater #(repeat n %)]
(matrix implementation (-> e repeater repeater))))