Graphix is a statically-typed functional programming language that compiles to reactive dataflow graphs. Unlike React or Vue where reactivity is a library bolted onto the language, Graphix is reactive at the language level — every expression is a node in a live graph, and changes propagate through automatically.
It feels familiar to anyone who knows Haskell, OCaml, or F#: lexically scoped, expression-oriented, with algebraic data types, pattern matching, parametric polymorphism, and first-class functions. It's particularly well-suited for building UIs and working with streaming network data via netidx.
use tui;
use block;
use text;
let counter = count;
block

Install
Requires Rust and clang / libkrb5-dev (Debian/Ubuntu) or clang-devel /
krb5-devel (Fedora).
Learn More
graphix-lang.github.io/graphix
Documentation · Discord · GitHub
License
MIT