This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
Refactoring defprotcol for syntax consistency with defn #155
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Same vein as #146, the more syntax a user has to remember the more awkward it is. I didn't realize for instance that protocol methods could be variadic, or that protocols could have docstrings attached. If they can have docstrings, why don't they have metadata same as other
def
forms?Why is the parsing all done inline in one ungodly block?
Shavin' yaks....