plum
multipledispatch
plum | multipledispatch | |
---|---|---|
6 | 4 | |
539 | 813 | |
1.1% | - | |
8.6 | 0.0 | |
7 days ago | 4 months ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plum
- Plum: Multiple Dispatch in Python
-
Writing Python like it’s Rust
You can use https://github.com/beartype/plum instead of that elif chain too
- GitHub - wesselb/plum: Multiple dispatch in Python
- Plum-dispatch: Julia-inspired multiple dispatch in Python
- Is there any language that is as similar as possible to Python in syntax, readability, and features, but is statically typed?
-
How Julia Uses Multiple Dispatch to Beat Python
Singledispatch is old, dates back to py2: https://docs.python.org/3/library/functools.html#functools.s...
I definitely agree that multiple dispatch is a lot harder :). But most of the examples in the article didn't need it, and it would have been appropriate I think to show equivalent code in Python. All that article did was make me think the author didn't know Python very well.
There are several libraries for multiple dispatch too, for e.g. https://github.com/wesselb/plum
multipledispatch
- If you had to pick a library from another language (Rust, JS, etc.) that isn’t currently available in Python and have it instantly converted into Python for you to use, what would it be?
- Is there any language that is as similar as possible to Python in syntax, readability, and features, but is statically typed?
-
Multiple dispatch in python
I'm a bit puzzled by this as multiple dispatch is not support by vanilla Python. There are libraries that add this, eg https://github.com/mrocklin/multipledispatch, but I'm not sure if your assignment is targeted at that solution. Perhaps it means to implement in such a way that the function can handle both cases? Because then you can use a default argument. Eg
- Multipledispatch: A relatively sane approach to multiple dispatch in Python
What are some alternatives?
MonkeyType - A Python library that generates static type annotations by collecting runtime types
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Pomander - Deploy your PHP with PHP. Inspired by Capistrano and Vlad.
runtype - Utilities for run-time type validation and multiple dispatch
beautiful-date - Simple and beautiful way to create date and datetime objects in Python.
dynamic-dns - An automated dynamic DNS solution for Docker and DigitalOcean
F# - Please file issues or pull requests here: https://github.com/dotnet/fsharp
Envoy - Elegant SSH tasks for PHP.
Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
jaxtyping - Type annotations and runtime checking for shape and dtype of JAX/NumPy/PyTorch/etc. arrays. https://docs.kidger.site/jaxtyping/
vega - A visualization grammar.