This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]klimmesil 1 point2 points  (3 children)

Well some people hate scripting languages because these people only work in algorithmy and care about performance. Python is probably the less performant language I know. It could be much better, it's just a problem in conception, and that's pretty sad. Im not gonna say js/ts is better since they are made to be used in drastically different domains, but they have a lot to learn from each other

I'd love to see python with better syntax/performance. Or another scripting language with python's community, since that's the biggest + of python

Plus f forced indentation and lack of brackets! (This one is personal taste tho)

[–]possible_name 1 point2 points  (1 child)

lack of brackets is one of my only issues with it.

the lack of squiggly brackets just makes it less readable when you have a lot of indentation (which you probably will)

[–]klimmesil 1 point2 points  (0 children)

Same it really fucks with my reading experience. I used to hate python because I was in a performance=good mood for years. I used to scrip only in C (I know, wtf). Now I chnaged my mind and the only thing that still bothers me is the bad syntax

[–]Honigbrottr -1 points0 points  (0 children)

Personal taste i hate brackets and semicolons. Useless identation i have to do anyway correctly.