futhark

Data-parallel functional programming language compiler and interpreter.

brewmacoslinux
Try with needOr install directly
Source

About

Data-parallel functional programming language

Commands

futhark

Examples

compile futhark program to python$ futhark python myprogram.fut
compile futhark program to c$ futhark c myprogram.fut
run futhark program interactively$ futhark repl myprogram.fut
compile futhark to opencl for gpu acceleration$ futhark opencl myprogram.fut
check futhark program for syntax errors$ futhark check myprogram.fut