Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide protocol implementation details from user? #34

Open
jafingerhut opened this issue May 1, 2012 · 1 comment
Open

Hide protocol implementation details from user? #34

jafingerhut opened this issue May 1, 2012 · 1 comment

Comments

@jafingerhut
Copy link
Collaborator

Consider changing vars with category Protocol so that VALUE does not show up as a map, and "Inspect Coll" button is disabled.

@franks42
Copy link
Owner

franks42 commented May 2, 2012

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants