diff --git a/src/pages/contribute.astro b/src/pages/contribute.astro index c11565e..c02b787 100644 --- a/src/pages/contribute.astro +++ b/src/pages/contribute.astro @@ -10,7 +10,7 @@ import Layout from "../layouts/Layout.astro";

Flix is developed at Aarhus University, at the University of Waterloo, and by a community of - Flix follows the Go mantra: Do + Flix follows the Go mantra: Do not communicate by sharing memory; instead, share memory by communicating. In other words: mutable memory should never be shared between processes. Processes should only share immutable messages (and data structures). We believe this @@ -235,7 +235,7 @@ import Principle from "../components/Principle.astro" - We believe in the Midori Error + We believe in the Midori Error Model; that is, there are two kinds of errors: recoverable errors and program bugs. Recoverable errors are things like illegal user input, network errors, etc. Errors that can be anticipated and where there is a chance of recovery. Program bugs, on the other