/basics-scala-rock-the-jvm

Poc de aprendizado da linguagem scala do curso Scala at light speed da Rock The JVM - https://www.youtube.com/watch?v=-8V6bMjThNo&list=PLmtsMNDRU0BxryRX4wiwrTZ661xcp6VPM

Primary LanguageScala

Scala at Light Speed - Exercises

This repository contains the solutions to the exercises from the Rock the JVM's Scala at Light Speed course.

Reference

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.

How to Install

  1. If you don't have IntelliJ IDEA installed, download and install it.
  2. Install the Scala plugin for IntelliJ:
    • In IntelliJ, go to File > Settings > Plugins.
    • Search for "Scala" and click Install.
  3. Clone this repository or download it as a ZIP.
  4. Open the project with IntelliJ as an SBT project.

How to Run

Scala at Light Speed - Exercises

This repository contains the solutions to the exercises from the Rock the JVM's Scala at Light Speed course.

Reference

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.

How to Install

  1. If you don't have IntelliJ IDEA installed, download and install it.
  2. Install the Scala plugin for IntelliJ:
    • In IntelliJ, go to File > Settings > Plugins.
    • Search for "Scala" and click Install.
  3. Clone this repository or download it as a ZIP.
  4. Open the project with IntelliJ as an SBT project.

How to Run

  • 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.