| ▲ | bnchrch 3 hours ago | |
Python needs to be in less places not more. I believe Python has done more harm than good to the industry. Its by nature very inefficient, it leads you in the direction to some very poor abstractions (inheritance, monkey patching, mixins etc) and as a result code that is very prone to subtle bugs and issues. It deserves all the love it gets as an approachable language, but it deserves a lot more flack for everything else. | ||
| ▲ | skeledrew 32 minutes ago | parent [-] | |
Big disagree. I've been following this project since it's early days, and have made a few projects based on it. I haven't been bitten by any "inefficiencies" in such a way that'd make me give up the language. And at this very moment I'm working on what's essentially a Python REPL that can build and return Flet controls (as well as the traditional string result), making writing and running adhoc native "applets" fully on mobile a possibility (haven't seen anything else that does this). | ||