Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
-
Once you have been through that, I recommend our Scala Exercises site for some interactive learning: https://www.scala-exercises.org/
-
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.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
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