(def mmul (fn [a b] (let [nested-for (fn [f x y] (map (fn [a] (map (fn [b] (f a b)) y)) x)) transpose (fn [m] (apply map vector m))] ...
確定! 回上一頁