v21’s avatarv21’s Twitter Archive—№ 74,718

  1. 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!
    1. …in reply to @v21
      specifically for... of/in/whatever with good range iterators, and stuff like Rust's match statement