Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstraub/learning-hours-scala

Small repo to use when teaching some scala fundamentals
https://github.com/rstraub/learning-hours-scala

Last synced: 3 days ago
JSON representation

Small repo to use when teaching some scala fundamentals

Awesome Lists containing this project

README

        

# Learning Hours in Scala

Learning Scala and FP concepts using hands-on exercises.

Takes inspirational cues from:
- [Scala Exercises](https://www.scala-exercises.org/)
- [Functional Programming in Scala](https://www.manning.com/books/functional-programming-in-scala)

## Installation

Use the provided `./sbtx` wrapper script to install and use the correct versions of the Sbt and Scala.
Install the JDK using sdkman (`sdk env install`), or install it yourself.