Clojure 虽然是一门函数式编程语言,当也能很容易支持类似OOP那种polymorphism, ... (defmulti area :Shape) (defn rect [wd ht] {:Shape :Rect :wd wd :ht ht}) (defn ...
確定! 回上一頁