runner icon indicating copy to clipboard operation
runner copied to clipboard

Add Bend

Open 0xDmitry opened this issue 1 year ago • 0 comments

Please complete the following information about the language:

  • Name: Bend
  • Website: https://higherorderco.com/
  • Language Version: 0.2.9

The following are optional, but will help us add the language:

  • Test Frameworks: -

  • How to install: https://github.com/HigherOrderCO/bend/blob/main/GUIDE.md

  • How to compile/run: https://github.com/HigherOrderCO/bend/blob/main/GUIDE.md

  • Any comments:

    • Bend is a massively parallel, high-level programming language.

    • Unlike low-level alternatives like CUDA and Metal, Bend has the feeling and features of expressive languages like Python and Haskell, including fast object allocations, higher-order functions with full closure support, unrestricted recursion, even continuations. Yet, it runs on massively parallel hardware like GPUs, with near-linear speedup based on core count, and zero explicit parallel annotations: no thread spawning, no locks, mutexes, atomics. Bend is powered by the HVM2 runtime.


:+1: reaction might help to get this request prioritized.

0xDmitry avatar May 20 '24 14:05 0xDmitry