Making Python 3 more attractive
Making Python 3 more attractive
Posted Apr 15, 2015 17:06 UTC (Wed) by kjp (guest, #39639)In reply to: Making Python 3 more attractive by spanezz
Parent article: Making Python 3 more attractive
Totally Agree. If you want something fast, threaded, and safe, make a rust extension for python. (It's amazing how safe rust is). Just make sure you don't panic back into python. I can not believe they are still talking about breaking more stuff, after the 3.0 debacle. *shakes head*.
"await/yield from" and the static type annotation checking (not sure if either are done) is the only thing I've seen interesting about 3.x. We have 50K LOC in python and it's a bitch to change - python has to be able to handle "success" better (where success is your codebase goes from prototype to much, much, larger and interonnected).
