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.

diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 709c26b189..f040c08fd3 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -35,13 +35,13 @@ const Index = (props) => {

- 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.

- 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 along with scalac as part of the official language installation since Scala 3.5.0. (read more).

diff --git a/website/src/pages/projects.js b/website/src/pages/projects.js index 1f04254802..ef5287a868 100644 --- a/website/src/pages/projects.js +++ b/website/src/pages/projects.js @@ -6,7 +6,7 @@ const Index = (props) => { return