Implementing Custom Data Structures Using Clojure Protocols

Posted by Hamza Yerlikaya on Stack Overflow See other posts from Stack Overflow or by Hamza Yerlikaya
Published on 2010-05-31T14:18:26Z Indexed on 2010/05/31 14:23 UTC
Read the original article Hit count: 193

Filed under:

I may have missed the whole point about protocols but my question is, can protocol be used to say iterate a custom data structure or how println would print the object?

© Stack Overflow or respective owner

Related posts about clojure