Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rstraub/learning-hours-scala
- Owner: rstraub
- Created: 2023-09-11T06:53:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T11:05:09.000Z (about 1 year ago)
- Last Synced: 2024-12-03T03:15:13.502Z (2 months ago)
- Language: Scala
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.