I've had the same issue with Scala. It goes out of its way to provide every syntax convenience that has ever existed--pattern matching, custom string interpolation, literal syntax for tuples, optional parens on method calls--- and then requires Maps and Seqs to be created with syntax like
val shoppingList = Seq("catfish", "water", "tulips", "blue paint")
val shoppingList = Seq("catfish", "water", "tulips", "blue paint")