scala

Scala - Pattern Matching, Tuples, Option and Functions

Pattern Matching, Tuples, Option and Functions

Vasav

5 minute read

In this article, we are going to cover other topics. Basics of Scala was covered in the earlier article which was found at this link. In these series, I am mostly going to provide code snippets which can help me revise what I have learnt and act as a cheatsheet. For better and in-depth understanding, feel free to visit the reference section at the very end, it lists all the documents/articles I have referred to for creating this blog post.

Basics of Scala

Types, variables, Loops, Conditional Statements

Vasav

4 minute read

I am performing this on MAC with M1 chip. The process can be a little different for other operatiing system/architecture.