General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Ozzy Perez
Lex Clips
comments
Comments by "Ozzy Perez" (@OzzyTheGiant) on "Guido van Rossum on Python 4.0" video.
For Python 4.0, I'd like more of a Golang approach if it's at all possible: compile AOT to any platform, simpler syntax, better support for concurrency, and better module imports. Or at the very least, be more like Julia or Elixir: have JIT compilation for much better performance.
19
If it has AOT compilation and takes a Golang approach, I see this very possible
4
@HitBoxMaster I guess to be specific, I don't really care for some of the magic methods that are used. I don't think it helps with IDEs trying to figure out how your code is structured, at least VS Code struggles with that.
3
@nathanbanks2354 This is why I've moved on to Golang for those cases where I just want high performance and great concurrency out of the box. I honestly think Golang has the potential to diminish Python's presence if the industry developed the tools for Golang that Python already has. Plus, Go's syntax is very much Pythonic and simple
2