This repository contains the solutions to the exercises from the Rock the JVM's Scala at Light Speed course.
This repository is based on the official Rock the JVM Scala at Light Speed repository. The exercises here follow along with the lessons taught in the course.
- If you don't have IntelliJ IDEA installed, download and install it.
- Install the Scala plugin for IntelliJ:
- In IntelliJ, go to
File
>Settings
>Plugins
. - Search for "Scala" and click
Install
.
- In IntelliJ, go to
- Clone this repository or download it as a ZIP.
- Open the project with IntelliJ as an SBT project.
This repository contains the solutions to the exercises from the Rock the JVM's Scala at Light Speed course.
This repository is based on the official Rock the JVM Scala at Light Speed repository. The exercises here follow along with the lessons taught in the course.
- If you don't have IntelliJ IDEA installed, download and install it.
- Install the Scala plugin for IntelliJ:
- In IntelliJ, go to
File
>Settings
>Plugins
. - Search for "Scala" and click
Install
.
- In IntelliJ, go to
- Clone this repository or download it as a ZIP.
- Open the project with IntelliJ as an SBT project.
- To execute specific parts of the project, run the corresponding Scala
Object
classes according to your needs. The available classes are:Advanced
Basics
FunctionalProgramming
ObjectOrientation
PatternMatching
Playground
- Simply right-click on the class in IntelliJ and select
Run
to execute the code.