- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Speaking at OSCON
Created by odersky on 2011-07-25.
Updated: 2011-07-25, 16:32
Martin Odersky gives an opening keynote at OSCON Java: Working hard to keep it simple.
Here is the abstract:
Today’s world of parallel and distributed computing poses hard new challenges for software development. A rapidly increasing number of developers now have to deal with races, deadlocks, non-determinism, and we are ill-equipped to do so. How can we keep things simple, in spite of the complexity of the underlying runtimes?
In my keynote I present some of the core technology that was developed in Scala to deal with the parallelism challenge: Parallel collections, actors, and parallel domain-specific languages. They have in common that each involves a sophisticated implementation, yet provides a simple, intuitive toolkit to the developer.
The slides of the keynote are available on slideshare.
The keynote is followed by two talks later this day:
Future-proofing Collections: From Mutable to Persistent to Parallel
and
Above the Clouds: Introducing Akka
- Login or register to post comments
Printer-friendly version
Re: Speaking at OSCON
Just for reporting a small typo in the link to the slides :
http://www.slideshare..et/Odersky/oscon-keynote-working-hard-to-keep-it-...
should be
http://www.slideshare.net/Odersky/oscon-keynote-working-hard-to-keep-it-...
Cheers,
Eric
Re: Speaking at OSCON
I'm curious -- in slide 16: Does that mean we can now / soon do
without a compiler warning?