is Python obsolete?
is Python obsolete?
Posted Dec 8, 2017 21:11 UTC (Fri) by HelloWorld (guest, #56129)Parent article: Python data classes
And on top of that there's all the other stuff that is still missing and has been for years. Decent parallelism support. Or a sane syntax: why retain the arbitrary distinction between statements and expressions? Why limit lambdas to a single line? Why limit "comprehension syntax" to a fixed number of built-in types (lists, maps and iterators, iirc) when it can easily be generalized to support all sorts of things?
All these things make the language feel pretty clunky and annoying to me at this point. Am I missing something? It seems to me that the only reason people keep using it is either because they don't know better languages or because there's so much Python code already out there…
