Skip to content

kunalashar25/learn-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Scala

This repo will cover all the concepts required to learn Scala from the scratch

I have created this repo as a part of self-learning and development activity by referring the Youtube Playlist

Learning Flow

  1. Create Singleton Object with main()
  2. Basic Data Types
  3. String Interpolation
  4. Conditions and Loops
    1. if and Else
    2. While Loop
    3. do While Loop
    4. For Loop
  5. Match Expressions
  6. Functions
    1. Basic Functions
    2. Nested Object Functions
    3. Default Value Function
    4. Operator as Function Names
    5. Anonymous Function
    6. Higher Order Functions
    7. Partially Applied Functions
    8. Closures
    9. Currying
  7. Arrays
  8. Collection
    1. List
    2. Set
    3. Map
    4. Tuple
    5. Options

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages