nevalang/neva: Write programs like message passing graphs and get parallelism for free. Statically typed and compiled to machine code!Read post
Nevalang (Neva) is a new programming language that uses dataflow programming where programs are written as message-passing graphs with implicit parallelism by default. It features strong static typing, compiles to machine code via Go, and aims to make concurrent programming simple while preventing data races through immutability. The language is designed for stream processing and includes features like error handling with the ? operator, dependency injection, and plans for visual programming capabilities.
Sort: