-
What Are Some Faults In Pythons Language Design?
almost 7 years ago
-
over 5 years ago
@Laitkor> Lambda functions in python make a calculus and calculation part easy, and to reduce the code.
we think and know the lambda is a better choice in this situation because the def double seems almost disconnected from the map that is using it and its helps more when we are using map and calculation and mathematics system .we all are familiar about Computable functions and fundamental concept within computer science and mathematics which is depend upon Lambda functions.I know You can create dynamic functions just fine without 'lambda', but lines are not a scarce resource. These really isn't anything you can do with 'lambda' that you can't do with a normal 'def' statement in the same context,lambda functions is most important function in python. -
-
over 5 years ago
Hahaha.
Exasperating farrago of distortions, misrepresentations & outright lies being spewn out by an unprincipled programmer. Borrowed words. But appropriate. Every one of your statement.
-
-
about 6 years ago
What's wrong with unicode handling?
Why are you using urllib? It works..but the requests library has been deemed the standard for use for a long time.
Python isn't a purely functional language, so yes, it is not surprising that it doesn't use tail-recursion.
Circular imports are also crap in C++ and Objective-C, although Objective-C has some ways around it with the @class macro.
What's wrong with reference counting? Yes there are alternative memory management algorithms, but ref counting is simple and works pretty well. Garbage Collection has many implementations that use reference counting.
-
-
over 6 years ago
Clearly, who wrote those sentences doesn't understand Python programming language. Most of them are just wrong and false, some others are just bad explained and of course it doesn't take into account the different implementations of Python that exists.
-
4 Comment(s)