Y
Hacker News
new
|
ask
|
show
|
jobs
by
closed
2312 days ago
It feels pythonic to me. One thing that I think brings perspective here is the PEP on singledispatch, which is essentially on function overloading, and is implemented in functools!
https://www.python.org/dev/peps/pep-0443/