Skip to content

Commit

Permalink
Merge pull request #826 from nevalang/upd-readme
Browse files Browse the repository at this point in the history
feat(readme): minor improvements
  • Loading branch information
emil14 authored Jan 9, 2025
2 parents 5713592 + 52936be commit e770866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e770866

Please sign in to comment.