Introduction to Scala
by Dan Chamberlain
Fri, Apr 01, 2011
Room:
Time:
0:00
Scala is a statically typed language designed to run on the both the JVM and CLR. It is considered a hybrid that brings together OO and functional programming concepts. This talk will touch on a broad range of features including traits, functions, and pattern matching