From 52936be35ddb24c71600a0d21b29ef1c6a829731 Mon Sep 17 00:00:00 2001 From: Emil Valeev Date: Thu, 9 Jan 2025 18:27:38 +0500 Subject: [PATCH] feat(readme): minor improvements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bffbe67..567203ea 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,12 @@ Nevalang is a new kind of programming language where instead of writing step-by-step instructions you create **networks** where data flows between **nodes** as **immutable messages** and everything runs **in parallel by default**. After **type-checking**, your program is compiled into **machine code** and can be distributed as a **single executable** with zero dependencies. -All this combined with native **stream processing** support and features such as **advanced error handling** makes Nevalang a perfect choice for **cloud applications** with **high concurrency**. +Combined with built-in **stream processing** support and features like **advanced error handling**, Nevalang is the perfect choice for **cloud-native applications** requiring **high concurrency**. Future updates will include **visual programming** and **Go interoperability** to allow gradual adoption and leverage existing ecosystem. +> โš ๏ธ This project is under active development and not yet production-ready. + ## ๐Ÿ‘‹ Hello, World! ```neva @@ -64,8 +66,6 @@ Whatโ€™s happening here: - ๐Ÿ”„ **Go Interoperability** (WIP): Call Go from Neva and Neva from Go - ๐Ÿ•ต **NextGen Debugging** (WIP): Observe execution in realtime and intercept messages on the fly -> โš ๏ธ This project is under active development and not yet production-ready. - ## ๐Ÿง Why Nevalang? Let's compare Nevalang with Go. We could compare it to any language but Go is a simple reference since Nevalang is written in Go.