From a53fba85045cb58993d6956838a0895f6023ea1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=8E=E9=B8=A3?= Date: Fri, 14 Dec 2018 04:42:04 +0800 Subject: [PATCH 1/3] Update description of the language. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index cf59bfa1b..5544b351d 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ layout: frontpage # Header texts headerTitle: "The Scala Programming Language" -headerSubtitle: "Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries." +headerSubtitle: "Scala is a **consistent**, **elegant** and **expressive** language. Scala helps you to build highly **elastic**, **resilient** and **responsive** applications quickly with huge ecosystems, expressive language features and great inter-operation, run them fast on JVM and JavaScript runtimes," headerButtonTitle: "Learn More" headerButtonUrl: "/what-is-scala/" From 64dd25d08de03b3a5e33df74e8f984217fc9295e Mon Sep 17 00:00:00 2001 From: hepin1989 Date: Fri, 14 Dec 2018 05:03:22 +0800 Subject: [PATCH 2/3] With functional programming first. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 5544b351d..4f1cbd9e5 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ layout: frontpage # Header texts headerTitle: "The Scala Programming Language" -headerSubtitle: "Scala is a **consistent**, **elegant** and **expressive** language. Scala helps you to build highly **elastic**, **resilient** and **responsive** applications quickly with huge ecosystems, expressive language features and great inter-operation, run them fast on JVM and JavaScript runtimes," +headerSubtitle: "Scala is a **consistent**, **elegant** and **expressive** language, combines bests of functional and object-oriented programming. Scala helps you to build highly **elastic**, **resilient** and **responsive** applications quickly with huge ecosystems, expressive language features and great inter-operation, run them fast on JVM and JavaScript runtimes," headerButtonTitle: "Learn More" headerButtonUrl: "/what-is-scala/" From 71687adc8767b152aadcbf3c9b8ff7048704d26e Mon Sep 17 00:00:00 2001 From: hepin1989 Date: Fri, 14 Dec 2018 05:19:17 +0800 Subject: [PATCH 3/3] With Static typed. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 4f1cbd9e5..6ed2deaac 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ layout: frontpage # Header texts headerTitle: "The Scala Programming Language" -headerSubtitle: "Scala is a **consistent**, **elegant** and **expressive** language, combines bests of functional and object-oriented programming. Scala helps you to build highly **elastic**, **resilient** and **responsive** applications quickly with huge ecosystems, expressive language features and great inter-operation, run them fast on JVM and JavaScript runtimes," +headerSubtitle: "Scala is a **consistent**, **elegant** and **expressive** static typed language, combines bests of functional and object-oriented programming. Scala helps you to build highly **elastic**, **resilient** and **responsive** applications quickly with huge ecosystems, expressive language features and great inter-operation, run them fast on JVM and JavaScript runtimes." headerButtonTitle: "Learn More" headerButtonUrl: "/what-is-scala/"