2014-01 Introduction to Scala

preview_player
Показать описание
The main presentation starts at 6:03.

Christian Sadilek and Donny Nadolny provide an introduction to the Scala programming language

Their talk introduces both the object-oriented and functional aspects of Scala and also covers some more advanced topics like option types, for comprehensions and implicits. Donny shares his experience of introducing Scala to an existing Java ecosystem.
Рекомендации по теме
Комментарии
Автор

probably the best scala introduction out there - some of us really need to see code - not just one liners in REPL - sorry couldn't resist ... :-)

meditating
Автор

How can i bring the Console Output adjacent to code editor . Each line of code your write its reflects the console output. Please can you help me how to do this in eclipse

KannanKalidasan
Автор

Question: How did you get eclipse to print that stuff onto the screen where you code? Mine prints it in its own console box

WrenchingTrench
Автор

@20 why did you declared 'first' as 

def first=_first

Why use 'def' when you used 'var' for age?

aworden
Автор

Lol "...and you can access Scala from Java obviously", well not after watching Paul Phillips presentation...

teckyify
Автор

Why r some other languages so complicated/hard to learn? Python is by far the easiest and user friendly language IMO.

sbk