I’m taking a post off from the Paint Wars posts, but I think this one is worth it. Many languages have nice syntactic sugar for creating a sequence of numbers. Usually, the syntax says something like: The expression "1..5" expands to the list "1, 2, 3, 4, 5". This syntax lets you do fun things [...]