neva
Write programs like message passing graphs and get parallelism for free. Statically typed and compiled to machine code!
How to download and setup neva
Open terminal and run command
git clone https://github.com/nevalang/neva.git
git clone is used to create a copy or clone of neva repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with neva https://github.com/nevalang/neva/archive/master.zip
Or simply clone neva with SSH
[email protected]:nevalang/neva.git