1) Teatro alla Scala, a famous opera house in Milan
2) An object-oriented programming language developed in Switzerland and targetted primarily at the Java Virtual Machine. It's a bit like Java, except with all the syntactical cruft removed, closures and first-class functions added, and an awesome collections library. This comes together to let you write code in about a quarter of the lines as for Java.
You can use it simply as a "better Java" (since Java classes are imported just as easily), as a fully fledged functional programming language, or something in between.