Proof of concept: s/defmulti + arguments-checker#451
Proof of concept: s/defmulti + arguments-checker#451
s/defmulti + arguments-checker#451Conversation
|
Interesting, thanks for exploring this direction. I know this is just a draft for now, not sure if you are looking for feedback on the whole thing, or just the arguments-checker piece, or just putting it up for CI? In the future I would ideally suggest making a proposal before putting up an implementation for a new feature like In any case, I'm open to reconsidering that but to be able to usefully comment on something like this I would really appreciate at some point an explanation of what user need you're trying to address, how you went about solving it and new user-facing syntax, explanation behind tricky implementation details (why did you need to drop to java, how safe is this from a maintenance perspective), etc. Thanks! |
|
Someone in |
arguments-checkerimplements idea outlined in #450.Multimethod wrapping for non-graalVM JVM Clojure only atm.