-
Notifications
You must be signed in to change notification settings - Fork 4
Multimethods
Structure and Interpretation of Computer Programs edited this page Jun 20, 2022
·
5 revisions
Type-safe dataclasses and multiple-dispatch for Python. https://github.com/erezsh/runtype
- Plum - https://github.com/wesselb/plum - https://www.reddit.com/r/Python/comments/v9d6pm/github_wesselbplum_multiple_dispatch_in_python/
- https://github.com/mrocklin/multipledispatch/
- multimethods on PyPi Robert Kende
- multimethods on github Jeff Weiss
- PEAK Rules Philip Eby
- multimethodic by Dan Werner
- generic by Andrey Popp
- typeclasses.
The essence of software design is abstraction.
-- Harold Abelson, "Structure and Interpretation of Computer Programs"