Bend
A massively parallel, high-level programming language
Bend is a programming language and runtime from Higher Order Company (HoC) that enables writing parallel/concurrent programs to leverage multi‐core CPUs and GPUs more easily. It is designed to abstract away much of the complexity of parallel programming (locks, mutexes, atomics), allowing developers to write code in a more high-level style (similar syntax to Python). It includes a parallel runtime (HVM) to schedule and execute tasks efficiently across available cores / hardware.