Why Python Is Terrible
josvisser.substack.com
Why Python Is Terrible
1–10 of 125 posts
Re: Why Python Is Terrible
#2 The problem with Python is of course that it is an interpreted language with lazy evaluation […]
Huh?Re: Why Python Is Terrible
#3Re: Why Python Is Terrible
#4The problem with Python is of course that it is an interpreted language with lazy evaluation […] Huh?
Re: Why Python Is Terrible
#5Re: Why Python Is Terrible
#6Re: Why Python Is Terrible
#7File this one under "things that UNIX systems programmers think will work in principle but end up being massive black-holes of attempting to quiesce any non-trivial application in a way that results in a sensible post-fork state".
Re: Why Python Is Terrible
#8Re: Why Python Is Terrible
#9> The problem with Python is of course that it is an interpreted language with lazy evaluation
That isn't "the problem" with Python. There's nothing wrong with these sorts of languages. However, it does limit the sorts of problems the language is suited for, and I do see places where Python was used where another language would have produced far better results.
Perhaps using Python inappropriately leads to some thinking that the fault is with the language?
Re: Why Python Is Terrible
#10If you expect to find Java or C in Python you are looking at the wrong place.