Clojure : defRecord, defProtocol: doing expensive calculation only once ... (defprotocol ICat "Foo" (meow [cat])) (defrecord Cat [a b] "Cat" ICat (meow [cat] ...
確定! 回上一頁