(defprotocol IFoo (foo [this]) (bar [this])). Protocols give us a way to do polymorphic type dispatch in Clojure.
確定! 回上一頁