• Q: Why use postfix $ for capture? Wouldn't { } be nicer for string interpolation, like Python?
  • A: Postfix $ is clear and unambiguous, and works well in all the places I want to allow capture in the language, not just string interpolation.