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

Sort: