ndw’s avatarndw’s Twitter Archive—№ 30,155

  1. …in reply to @mazihe
    mazihe philhawksworth emplums dotCSS That's a common reason, but it's not the only reason. My favorite example, for two (Python) integers, a and b: a = a ^ b; b = b ^ a; a = a ^ b It's clever. I've used it, and been glad of it, in CISC assembler. In Python, it's probably too clever.