Strong typing implementation for Python

Michael Torrie torriem at gmail.com
Mon Oct 12 21:35:57 EDT 2015


On 10/12/2015 06:07 PM, Steven D'Aprano wrote:
> Where is the "vast amounts of noise" added to the code?

Well in Java code for one.  No wonder they require auto-completion.
Java class-based namespaces must be a nightmare to work with.  That and
all the over-use of design patterns that Java libraries love to do,
though in fairness Java requires a certain amount of boilerplate to do
things like singletons and factories, whereas Python can often just use
a module.

Also in C and C++ the static type declarations do sometimes make things
look a lot more noisy.



More information about the Python-list mailing list