-
one thing about learning new programming languages is that my nose now wrinkles in disgust when I have to use really common bits of syntax like a for loop or a switch statement. they're bad syntax! better things are possible!
-
specifically for... of/in/whatever with good range iterators, and stuff like Rust's match statement