Python's pre-declared constants are kinda weird
1–10 of 234 posts
Re: Python's pre-declared constants are kinda weird
#2Re: Python's pre-declared constants are kinda weird
#3Nice to see it get attention this time.
Re: Python's pre-declared constants are kinda weird
#4Now it feels like a weird PHP itself that is slow, brittle, and dangerous to write code at scale in.
The loose typing, potluck standard library, and horrible package manager (insofar as the community does not know how to package code) all feel so dated.
Re: Python's pre-declared constants are kinda weird
#5I used to like Python in the 2010s when it felt like a breath of fresh air relative to PHP and Perl. Now it feels like a weird PHP itself that is slow, brittle, and dangerous to write code at scale in. The loose typing, potluck standard library, and horrible package manager (insofar as the community does not know how to package code) all feel so dated.
Re: Python's pre-declared constants are kinda weird
#6I used to like Python in the 2010s when it felt like a breath of fresh air relative to PHP and Perl. Now it feels like a weird PHP itself that is slow, brittle, and dangerous to write code at scale in. The loose typing, potluck standard library, and horrible package manager (insofar as the community does not know how to package code) all feel so dated.
Re: Python's pre-declared constants are kinda weird
#7Isn't "..." then also behaving like True, False and None, i.e. being a lexical token that rewolves to a hardwired value during parsing?
Re: Python's pre-declared constants are kinda weird
#8I used to like Python in the 2010s when it felt like a breath of fresh air relative to PHP and Perl. Now it feels like a weird PHP itself that is slow, brittle, and dangerous to write code at scale in. The loose typing, potluck standard library, and horrible package manager (insofar as the community does not know how to package code) all feel so dated.
It is 30+ years old with all the baggage you would expect. It’s very much a product of its time.
Re: Python's pre-declared constants are kinda weird
#9I used to like Python in the 2010s when it felt like a breath of fresh air relative to PHP and Perl. Now it feels like a weird PHP itself that is slow, brittle, and dangerous to write code at scale in. The loose typing, potluck standard library, and horrible package manager (insofar as the community does not know how to package code) all feel so dated.
Re: Python's pre-declared constants are kinda weird
#10I used to like Python in the 2010s when it felt like a breath of fresh air relative to PHP and Perl. Now it feels like a weird PHP itself that is slow, brittle, and dangerous to write code at scale in. The loose typing, potluck standard library, and horrible package manager (insofar as the community does not know how to package code) all feel so dated.
I'm with Conal Elliot when he said on Type Theory for All that it is sooo much harder to understand a program in Python.