From 0f44a71d8f4b306fd272be6fde360c8470837353 Mon Sep 17 00:00:00 2001 From: Federico Carrone Date: Thu, 4 Jan 2024 13:15:10 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f35b3eb..55cbe74 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -When it comes to low-level programming in particular, language safety but also simplicity are a very important feature. We believe it's the two are achieavable in a system programming languages without significantly compromising on expressivity. Concrete is a simple and safe programming language without a GC. It also has a default pluggable runtime for creating highly scalable systems that are reliable, efficient, and easy to maintain. +In the realm of low-level programming, both language safety and simplicity are paramount features. We are confident that these attributes can be achieved in system programming languages without substantially sacrificing expressiveness. Concrete achieves this balance, offering a programming language that is both simple and safe without having a garbage collector. Additionally, it features a default pluggable runtime, enabling the development of highly scalable systems that are not only reliable and efficient but also straightforward to maintain. Designed to integrate Rust's safety and speed with the concurrency model of Erlang and Go while being a small, simple language like Zig. It achieves this while avoiding Rust's verbosity and Go's limited syntax and feature set.