-
Once you have been through that, I recommend our Scala Exercises site for some interactive learning: https://www.scala-exercises.org/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
scala-cli
Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
Since your starting to learn Scala I would recommend using Scala-cli instead https://scala-cli.virtuslab.org/ It's way easier to start with and soon it would be the default Scala runner.
-
SBT 👎 try Mill instead, so much easier and more intuitive https://github.com/com-lihaoyi/mill-scala-hello.g8
-
You can take mine GitHub template https://github.com/alexr007/scala-template I created for my students. The more you move the more you understand and modify.
Related posts
-
Mill project structure
-
Hey, I am new to coding/programming I wanna Learn Scala to get a job. But I have no experience. I know a little bit of Python, Swift and HTML. Can you guys guide me from where to start to my journey to Learn Scala? Also which to Learn Scala 2 or Scala 3
-
Any recommended resources for me to learn functional programming in Scala?
-
Resources for advanced topics
-
Websites to practice Scala with exercises