Scala Tutorial - Learn Scala in one Video

preview_player
Показать описание
There are a lot of basic things to learn before you are able to use Scala efficiently. In this Video you learn most of the Scala basic features. I used Scala 2 for this video.

Intro: (00:00:00)
Getting Started: (00:00:21)
Variables & Types: (00:01:58)
Strings: (00:05:44)
Tuples: (00:07:24)
String Interpolation: (00:10:06)
If Statement: (00:11:53)
Do-While & While-Loop: (00:13:20)
For-Loop: (00:14:33)
Using Java Libraries: (00:18:35)
Functions & Lambdas : (00:19:36)
Arrays: (00:30:12)
Collections (Lists & Maps): (00:33:51)
Traits & Classes with Extentions & Mixin : (00:45:40)
Compound Types: (00:51:18)
Nested Classes: (00:53:26)
Case Classes: (00:54:46)
Singleton Objects: (00:57:36)
Functions as Objects: (00:58:50)
Generics: (00:59:49)
Self-Type: (01:01:31)
Implicit Classes: (01:04:41)
Operators: (01:07:58)
Pattern Matching: (01:09:51)
Outro: (01:21:04)
Рекомендации по теме
Комментарии
Автор

the best video to introduction Scala! Congatulations!

disrupcao
Автор

so, traits can be used as type as well. at 52:24 I am basically enlightened. great video btw. thanks

uur
Автор

very good, very straightforward thanks! exactly what i was looking for:)

haimmichalashvili
Автор

Thank you so much, This video is all i need!

chimchuanoichannel
Автор

Very handy and useful, thanks for saving my time

gnso
Автор

at and before 28:10 whats the use case for making a function that calls on other functions to run those functions inside the function? why not just call the function you already created and not have to make another function?

jessicacalkins
Автор

ok, looks good tutorial, let's go

yannickpezeu
Автор

when i click run the terminal wont pop up HELP.

Death-tqyu