Skip to content

Commit f95d8e8

Browse files
committed
Reword for more research focus
1 parent daf40b4 commit f95d8e8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/pages/index.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function HeroBanner() {
3232
__html: translate({
3333
id: "homepage.hero.title",
3434
message:
35-
"Build <b>time-sensitive</b>, <b>concurrent</b>, and <b>distributed</b> systems — <b>effortlessly</b>",
35+
"Build predictable <b>concurrent</b>, <b>time-sensitive</b>, and <b>distributed</b> systems.",
3636
description:
3737
"Home page hero title, can contain simple html tags",
3838
}),
@@ -44,9 +44,10 @@ function HeroBanner() {
4444
<div className={styles.subHero}>
4545
<br/>
4646
<Translate>
47-
Lingua Franca allows you to write blazing-fast, deterministic,
48-
multi-threaded and distributed code without any knowledge about threads or synchronization.
49-
Focus on your application, not elusive concurrency bugs.
47+
Lingua Franca is a coordination language for efficient, deterministic,
48+
multi-threaded, time-sensitive, embedded, and distributed programs. The result of decades
49+
of research, it offers more repeatable behavior than other concurrent programming
50+
frameworks, including threads, pub-sub, actors, and service-oriented architectures.
5051
</Translate>
5152
</div>
5253
<div className={styles.indexCtas}>
@@ -88,7 +89,7 @@ const Intro = (): JSX.Element => (
8889
<br/><br/>
8990
<Translate>
9091
Consider a game of "rock paper scissors" where two players need to reveal their choice simultaneously. In Lingua Franca, "at the same time" has a clear and precise meaning.
91-
This makes the implementation simple and intuitive, and guarantees it to be fair. If the Player class were to observe the other's choice before revealing its own, Lingua Franca's causality analysis would find a causality loop and tell you that the program was invalid.
92+
This makes the implementation simple and intuitive, and guarantees it to be fair. If the Player class were to observe the other's choice before revealing its own, Lingua Franca's causality analysis would find a causality loop and tell you that the program is invalid.
9293
</Translate>
9394
<br/><br/>
9495
<Heading as="h2">

0 commit comments

Comments
 (0)