Scala Tutorial

Preface

Scala is a general-purpose and functional programming language that provides a language interoperability feature with Java. So if libraries are written in either Java or Scala, it can be referenced in both. Scala supports the features of functional programming such as including currying, Standard ML and Haskell, pattern matching, immutability, and so on.

This tutorial has been prepared to provide introduction to Scala, Scala IDE installation, its data type, operators and so on.


Prerequisites

A basic understanding of functional programming language and Java script.


Spectators

This tutorial is created for any professionals who are keen to learn Scala and wanted to grow in the field of development. It will cover all prospective of Scala.


So let's Begin it, Happy Learning.