From 708e5d7962209c499ca38f247e864a2f54dbe653 Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Sun, 24 Nov 2024 14:01:26 +0100 Subject: [PATCH] feat: update `Home.js` --- src/page/Home.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/page/Home.js b/src/page/Home.js index 1d0451a..fb35276 100644 --- a/src/page/Home.js +++ b/src/page/Home.js @@ -60,12 +60,12 @@ class Home extends Component { href="https://github.com/flix/flix/graphs/contributors">open source contributors.

-

Why Effect-Oriented? And Why Flix?

+

Why effect-oriented? And why Flix?

- Why Effects? Effects are the next big thing for + Why Effects? Effects are the next big step for statically-typed programming languages. Effects — like types — enable - programmers to structure and understand their programs. Specifically, effects enable + programmers to better structure and understand their programs. Specifically, effects enable modularity, improved program reasoning, new compiler optimizations, and user-defined effects and handlers allow programmers to implement their own control structures.

@@ -86,7 +86,7 @@ class Home extends Component { className="font-weight-bold">traits, higher-kinded types, associated types and effects, structured channel and process-based concurrency, + className="font-weight-bold">structured concurrency, and more.