Why Scala? | An introduction by Adam Warski

preview_player
Показать описание
What is Scala? Scala is a strongly typed, functional programming language. Although it has a reputation of being a complex to learn, in fact it's built out of a couple of basic features, all of which are quite general and interact with each other.

Why Scala is the best functional language to use for business applications? What makes Scala unique among other functional programming languages?

Learn from our CTO, Adam Warski, Scala & Distributed systems Expert and OSS Developer.


⭐ @adamwarski
Рекомендации по теме
Комментарии
Автор

Scala is actually the best. Industry hasn't caught yet.

eg
Автор

Wow, Andy Warski really cleaned up his act. Who knew he was this smart?

gravytopic
Автор

Could you consider making tutorials or implementing some small usecases videos in scala.

yanamalapushpanth
Автор

At 2:32 you mentioned that the community learned which Scala features to avoid - can you explain more?

veronikavalentinova
Автор

What your opinion about start in scala using akka? Or is better study zio/cats?

robinhopeixoto
Автор

Thanks!
What about performance between Java and Scala?
They still run on the JVM but what’s the difference from performance aspect,
Another question is how Scala handle vs. new Java versions?

zvimints
Автор

Thanks for the nice video but I always felt that code conciseness is taking away code readability in scala. HelloWorld examples always look easy but in reality, doing some complex data manipulation code looks concise but hard to understand for not only peer engineer but to myself when I read it again.

suyogchoudhari
Автор

Why not model ADT with Scala 3 features like enums or sum types instead of sealed trait?

ClewertonCoelho
Автор

Future of spark scala what to learn next

neuera
Автор

What scala for?
What tasks you can do with it?
What products you can build with it?

pvlr
Автор

File1 Code -

class Abc {

//code

}

File2 Code -

Class Abc1 {


var a:Abc = null
try {
a = new Abc()
}

}

what does this line in file2 mean in scala "var a:Abc = null" where Abc is a class stored in file1

vrundashah
Автор

The more I learn about the more I find out how ugly it is.

masteryoda
Автор

i though only c++20 and future is getting ugly syntax... :D

VickyGYT
Автор

This video is absurd. It's trying to convince newcomers to scala about the benefits of scala, but it's given at a pace too fast for beginners and assumes too much knowledge of scala already.

jcbrites
Автор

Twitter and linked in hack not possible but facebook possible.

mfyeieo