fc1287ba96ee — Leonard Ritter 3 months ago
* removed macOS mention in the landing page and mentioned MinGW
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md +1 -1
@@ 14,7 14,7 @@ Features
 * A performant systems programming language that feels like a scripting language.
 * Aims to combine the **expressiveness** of Scheme with the **convenience** of Python, Lua or Javascript and the **performance** of C.
 * Compile-time **resource management** using view propagation, an annotation-free variation of **borrow checking**.
-* A single codebase targets native 64-bit **Linux**, **Windows** and **macOS** as well as **SPIR-V** and **GLSL** shaders. Your math functions run on CPU and GPU without modification.
+* A single codebase targets native 64-bit **Linux** and **Windows** (via MinGW) as well as **SPIR-V** and **GLSL** shaders. Your math functions run on CPU and GPU without modification.
 * **Fully interoperable** with C libraries. Import and use C include files directly.
 * Support for **live code execution** as well as **offline compilation** of object files.
 * **Statically typed** but **fully inferred** type system via forward propagation. Supports **closures** as zero-cost abstraction.