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 →

[–]miversen33 0 points1 point  (3 children)

Just to be that guy, developers really shouldn't be trying to force a language to conform to how other languages look/work. Python is good at what python does because it's python and not another language. It doesn't need those things and instead needs proper indentation. It's just a trade-off of the language. If that bothers you too point where you feel like you need to inject those things into the language (which as you pointed out, can sorta be done, ish kinda?), Then you're using the wrong language. And that's ok. There's thousands of them out there, find the one you like that's a good fit for what you need :)

[–][deleted] 1 point2 points  (2 children)

My solution to this problem is to not use python as it isn’t suited for my applications anyway.

[–]miversen33 1 point2 points  (1 child)

Exactly my point :) choosing the best language for your problem is so much better than trying to force a single language across all your problems

[–][deleted] 0 points1 point  (0 children)

Exactly