# HG changeset patch # User Leonard Ritter # Date 1675854682 -3600 # Wed Feb 08 12:11:22 2023 +0100 # Node ID fc1287ba96ee52fc522dda9b566b39641b1b9d5a # Parent 777d3ea31bada56661fa553b810340b131acf136 * removed macOS mention in the landing page and mentioned MinGW diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ * 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.