scala / docs.scala-lang

The Scala Documentation website
http://docs.scala-lang.org
561 stars 1.03k forks source link

Missing step in getting started with Scala 3 #2092

Open jacobus opened 3 years ago

jacobus commented 3 years ago

The Getting Started with Scala 3 page does not say how to run a Scala 3 program after installing with coursier. Step 3 "Use Scala" only shows how to load a file into the REPL and how to compile a file, but no mention of running it.

bishabosha commented 3 years ago

related https://github.com/coursier/coursier/issues/2058