diff --git a/website/src/components/features.js b/website/src/components/features.js index c56a31a2c2..ce17a76e95 100644 --- a/website/src/components/features.js +++ b/website/src/components/features.js @@ -66,7 +66,7 @@ const featuresList = [ image="gifs/learning_curve.gif" title="No learning curve" key="curve" education="true">
- Scala CLI does not use complex configuration language, its options are simple and self-explanatory + Scala CLI does not use a complex configuration language, its options are simple and self-explanatory.
There are no big differences in running repl or .scala files so expanding the results of repl session into a small project does not require learning new concepts from Scala CLI perspective
@@ -75,16 +75,16 @@ const featuresList = [
- Scripts in Scala CLI can use dependencies and other features as standard Scala programs. Scala CLI is command-line first giving access to all its features without need for any configuration file or specific project structure.
+ Scripts in Scala CLI can use dependencies and other features as standard Scala programs. Scala CLI is command-line first, giving access to all its features without the need for any configuration files or specific project structure.
- Scala CLI can be set up in shebang lines, making your *.scala or *.sc files runnable
+ Scala CLI can be set up in shebang lines, making your *.scala or *.sc (or even .java or .md!) files runnable.
- Scala CLI supports piping inputs and is designed to be embeddable in other scripts, turning Scala into proper scripting language
+ Scala CLI supports piping inputs and is designed to be embeddable in other scripts, turning Scala into proper scripting language.
- Scala CLI is a perfect tool to submit and reproduce bugs
+ Scala CLI is the perfect tool to submit and reproduce bugs.
- Scala CLI combines all the features you need to learn and use Scala in your scripts, playgrounds and (single-module) projects.
+ Scala CLI combines all of the features you need to learn and use Scala in your scripts, playgrounds and (single-module) projects.
To get started you can read the documentation, or just install and enjoy
- Scala CLI will soon become the default Scala runner and will be shipped as `scala` (read more).
+ Scala CLI is the default Scala runner and is being shipped as scala-cli.
scala along with scalac as part of the official language installation since Scala 3.5.0. (read more).