Our great sponsors
-
Getting a bunch of control character garbage instead of the colored REPL prompt (though I fixed this one by installing Ansicon)
-
If you could open an issue at https://github.com/lampepfl/dotty/issues detailing your problems with the bash shell on Windows that would be useful (it's likely our scripts have only been tested with the cmd.exe shell).
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
However, using the scala/scalac shell scripts directly is rarely what you want in practice. I recommend either setting up a project using sbt (you can start from the template at https://github.com/scala/scala3-example-project) or using scala-cli.
Related posts
- What are resources to learn/get up to speed with Scala3 for experienced Scala2 dev?
- Does anyone know if scala parser combinators library works for scala 3?
- How do i stop git bash from showing the time taken for each command
- Eval 0.1.0 released
- Is there any way to have a curried function with generic parameters?