You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate the idea that you want to raise the abstraction level for the user when she encounters a "protocol". However, currently a protocol is defined by the map-value, and by introspecting that map I was able to deduce some of its workings. I was surprised that protocol wasn't deftype'd, but it may have to do with bootstrapping (?) as needing protocols to make deftype work (?). Anyway, I personally like to see the implementation details especially when it's in clojure instead of java. Maybe a view-option to hide the implementation detail in some cases?
Consider changing vars with category Protocol so that VALUE does not show up as a map, and "Inspect Coll" button is disabled.
The text was updated successfully, but these errors were encountered: