Getting started with scala: a bit lost

This page summarizes the projects mentioned and recommended in the original post on /r/scala

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
  • Scala Exercises

    The easy way to learn Scala.

    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.

  • mill-scala-hello.g8

    Giter8 template for a Mill project with a Scala Hello App

    SBT 👎 try Mill instead, so much easier and more intuitive https://github.com/com-lihaoyi/mill-scala-hello.g8

  • scala-template

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts