Higher order functions and lambdas aka anonymous functions aka arrow functions
18
Pattern matching and partial functions
19
Exceptions
20
Collections and imports
21
For Comprehensions
22
Factorial (just another tail recursive example)
23
Adding/removing elements to collections and right-associative operators
24
Methods with variable argument lists aka Varargs
25
Function currying and OO classes
26
OO objects and properties
27
OO traits, inheritance and subtype polymorphism
28
Self types
29
Objects (classes) expose methods and hide data
30
Data structures (case classes) expose data and hide methods
31
Algebraic Data Types aka ADTs
32
Implicits
Description:
Embark on a comprehensive 3.5-hour Scala crash course led by a seasoned Scala veteran with over a decade of experience. Dive into the fundamentals of Scala programming, starting with an introduction to the language and its benefits. Set up your development environment, explore essential concepts like val, var, and def keywords, and master advanced topics such as higher-order functions, pattern matching, and algebraic data types. Learn about object-oriented programming in Scala, including classes, traits, and inheritance. Discover how to work with collections, use for comprehensions, and implement tail recursion. Gain insights into functional programming concepts and explore Scala's powerful features like implicits. By the end of this tutorial, you'll have a solid foundation in Scala programming, preparing you for real-world application development.
Scala Crash Course by a Scala Veteran - With Some JavaScript Flavor