From fb4ba385d0a02e5e5e179a46cfe269b4cd70ad96 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sat, 5 Oct 2019 17:47:05 +0200 Subject: [PATCH] Updated readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7235cb5d9..2751652f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # C3 Language -C3 is a C-like language trying to be "an incremental improvement over C" rather than a whole new language. C3 is based on the ideas of the [C2 language](c2lang.org): to iterate on top of C without trying to be a whole new language. +C3 is a C-like language trying to be "an incremental improvement over C" rather than a whole new language. +C3 owes a lot to the ideas of the [C2 language](c2lang.org): to iterate on top of C without trying to be a +whole new language. C3 tries to be an alternative in the the C/C++ niche: fast and close to the metal. @@ -10,7 +12,7 @@ C3 tries to be an alternative in the the C/C++ niche: fast and close to the meta - Flawless C integration. - Learning C3 should be easy for a C programmer. - Dare violating the "close to metal" principle if the value is great. -- Not an object oriented language. +- Data is inert. - Avoid "big ideas". - Avoid the kitchen sink language trap.