also i deeply cannot wait for await syntax, that was the first thing that really surprised me about c# that i loved
❤️ 1
h
hundreds-father-404
01/27/2019, 9:59 PM
For rust or for python?
a
aloof-angle-91616
01/27/2019, 10:01 PM
python too!!!!!!
❤️ 1
a
average-vr-56795
01/27/2019, 10:53 PM
Yes! Await will be lovely :)
I am less excited about it in python because unless they did something unlike them, not awaiting on an awaitable will just skip the code, which is how I broke log in functionality on a python app I worked on because I forgot to await the thing which checks your password is correct, and so it never raised, so you could log in with any password...