Merge branch 'main' of github.com:HigherOrderCo/bend

This commit is contained in:
Victor Taelin 2024-05-16 18:55:44 -03:00
commit 317cd0b588

View File

@ -8,7 +8,7 @@ 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](https://github.com/HigherOrderCO/hvm2) runtime.
the [HVM2](https://github.com/HigherOrderCO/hvm) runtime.
## Using Bend