With Clojure on the JVM we have a simple facility to re-use implementations via the extend function. (defprotocol ILister (list-forwards [this]) ...
確定! 回上一頁