10+ Scala Concepts You Need to Know

preview_player
Показать описание
This video is a micro Scala Crash Course.

Make sure to check out the links from our sponsors:

Idiomatic Imports (and Exports)

00:00 Intro
01:16 Right Associative Operators
02:16 String Interpolation
03:16 Lambdas
04:34 Partially Applied Functions
04:59 Higher Order Functions
06:08 Function Currying
07:16 Partial Functions
08:21 Pattern Matching
10:04 Higher Kinded Types
11:05 Implicits
12:18 Typeclasses
12:38 For Comprehensions
13:31 Algebraic Data Types (ADTs)
14:25 Case Classes
14:48 Top Level Definitions
15:16 Exports
16:24 Outro

Cheers and Happy Coding!

#Scala
Рекомендации по теме
Комментарии
Автор

00:00 Intro
01:16 Right Associative Operators
02:16 String Interpolation
03:16 Lambdas
04:34 Partially Applied Functions
04:59 Higher Order Functions
06:08 Function Currying
07:16 Partial Functions
08:21 Pattern Matching
10:04 Higher Kinded Types
11:05 Implicits
12:18 Typeclasses
12:38 For Comprehensions
13:31 Algebraic Data Types (ADTs)
14:25 Case Classes
14:48 Top Level Definitions
15:16 Exports
16:24 Outro

DevInsideYou
Автор

On HOFs:

"Even though some of them took almost a decade to implement it".... proceeds to swipe in and out, the Java logo. We saw that!😂

victorigbokwe
Автор

I wounder what you did for the operator replacements => and != they look like single character in your video?

MrDejvidkit
Автор

Which video of yours talked about A[+B], A[B <: C] ....? Not sure if I use the correct grammar, but I hope you know what I'm asking.

avalagum
Автор

What font and theme are you using in vscode?

Автор

Excellent, but hardly "accidental".

markhathaway