#Scala 101
Hello and welcome to Scala 101 , this repository is intended to show the key functionalities of Scala. These examples will use Intellij as the main IDE but mainstream editor of choice is possible.
- Clone or fork this repository
- Download Intellij CE
- Follow the steps on Scala getting started with Intellij
#Sessions
under src/main/scala/
you have some examples that will explain some of the basics
- Case Classes
- Interoperability
- Matchers
- Lazy vals
- Traits and inheritance