Ross ROSS = Recommend OSS · open-source software intelligence for agents

nevalang/neva

Dataflow programming language where you write a program as a message-passing graph and everything runs in parallel by default. It has strong static types, compiles to machine code, interoperates with Go, and supports visual programming with a node editor. Extremely LLM-friendly too. observed · 2026-08-28

github.com/nevalang/neva · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 96
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 16.0
  • age_days: 1886
  • days_rel: 25
  • days_push: 10
  • n_releases_24m: 25

Full methodology

Adoption not part of the score

1080 stars · 40 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Neva is a statically typed, compiled dataflow programming language where programs are expressed as message-passing graphs that run in parallel by default. It compiles to Go (and then to machine code or WASM), interoperates with Go, and supports hybrid text/visual programming.

Use cases

  • write concurrent programs without manual thread management
  • model programs as dataflow graphs with message passing
  • compile a new language to machine code via Go
  • gradually adopt dataflow in existing Go codebases
  • build programs visually with a node editor
  • explore flow-based programming (FBP) with strong static types

When to choose

  • you want implicit parallelism with static type safety
  • your problem naturally maps to a graph of message-passing components
  • you need Go ecosystem interop from a new language
  • you want an LLM-friendly language for code generation

When to avoid

  • you need a mature ecosystem with extensive libraries and tooling
  • your team relies on mainstream control-flow paradigms and hiring pools
  • you need guaranteed long-term stability for production-critical systems
  • you need fine-grained control over scheduling or low-level performance tuning

Facets

cli-tool · maturity active

compiler interpreter concurrency programming-language programming-languages compilers developer-tools cross-platform windows go wasm cross-platform dataflow flow-based-programming statically-typed parallelism visual-programming go-interop message-passing functional programming-language linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
nevalang/nevamain98

For agents

markdown · JSON · MCP: product_card(name="nevalang/neva")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem