-
Propose to add linters support within `:tools/linters` or `:tools/error-check`.
-
That's not right, fix pls
-
A useful addition to CoffeeScript's class implementation would be method overloading. This would make working with functions that accept a variable number of arguments much easier. For example:
```…
-
You could define `handle-subscribe` and a `handle-dispatch` multimethods and have no need to manually register handlers. Does this sound like a good idea to you?
-
Where to put the `dispatch-val` for a multimethod is not covered by the style guide. Personally I see a few solutions.
``` clojure
(defmulti example keyword)
(defmethod example
:foo [c]
:a-foo)
…
-
[@RossTate] So before I start discussing casting in #3171, I wanted to know your reasons for not having method overloading, since casting is your primary workaround. I can think of a few, but I don't …
-
I noticed a first attempt for multimethods was completed. I was wondering if more discussion can be had about what multimethods are trying to solve before locking in the current implementation and goa…
-
Let's seed the blog with some content!
dethe updated
9 years ago
-
Having added an object to the canvas and using several of its methods, saving and the re-opening a project will mix up the order in which the methods are represented and subsequently called.
-
https://github.com/weissjeffm/multimethods/commit/12708f7cbd10c150ff13f937aaa8eee15a9bc321#diff-a06092df5ba939f3fe28bb6e5d528758R21
_type_classes vs _type_class