Here's how to create such thing: define a type with methods in it using deftype . (defprotocol IProvider (getData [this cbk] "Just bark") ...
確定! 回上一頁