# 14 Jun 2011
1 note
Martin Odersky: OSCON 2011
Whut? Odersky is keynoting at “OSCON Java”, right after Twitter: From Ruby on Rails to the JVM. Really shocked they did not bring in somebody to go over Java 7’s support for strings in switch statements.
# 15 Dec 2010
1 note
“These pages describe the architecture of the Scala collections framework in detail. Compared to the the Scala 2.8 Collections API you will find out more about the internal workings of the framework. You will also learn how this architecture helps you define your own collections in a few lines of code, while reusing the overwhelming part of collection functionality from the framework.”
“On the other hand, because many of Scala’s concepts are very general and orthogonal, they can be combined in a large number of ways. So it is indeed true that almost anything can be achieved in different ways in Scala. It takes practice to discover that often some ways are preferable to others. And it takes a certain amount of tolerance to accept that sometimes there’s more than one route to a good design.”
# 11 Mar 2010
1 note
Scala and Lift: Quite a Pair (video)
“David Pollak maintains Lift, a Rails-like app framework for Scala. In this talk, he and Martin Odersky, author of Scala, live-code a 30-line, real-time, web-based chat application and discuss the Scala constructs that allow for such concise apps.”