methodical icon indicating copy to clipboard operation
methodical copied to clipboard

Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpf...

Results 54 methodical issues
Sort by recently updated
recently updated
newest added

Thanks for contributing to Methodical. Before open a pull request, please take a moment to: - [x] Ensure the PR follows the [Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide). - [x] Tests and linters...

There's a lot of `apply`/`RestFn`/`invoke` etc. dynamic call machinery in Methodical's stack traces. This is an attempt to remove some of it by going up to 7 direct args for...

Hi @camsaul appears mixing dispatch values like in the following examples break the default pretty-printer `pprint`. Typically, this shouldn't be a problem except when you store a multimethod in some...