minor text change

This commit is contained in:
Victor Taelin 2024-05-16 18:34:15 -03:00
parent 1ec08a2d7c
commit 766284e2a1

View File

@ -8,10 +8,11 @@ sequential", it **will** use 1000's of threads!
While cool, Bend far from perfect. In absolute terms it is still not so fast.
Compared to SOTA compilers like GCC or GHC, our code gen is still embarrassingly
bad, and there is a lot to improve. That said, it does scale horizontally with
cores - and that's really cool. So, if you'd like to be an early adopter of this
interesting tech, this guide will teach you how to apply Bend to build parallel
programs in a new way!
bad, and there is a lot to improve. And, of course, in this beginning, there
will be tons of instability and bugs. That said, it does what it promises:
scaling horizontally with cores. And that's really cool! If you'd like to be an
early adopter of this interesting tech, this guide will teach you how to apply
Bend to build parallel programs in a new way!
For a more technical dive, check HVM2's
[paper](http://paper.HigherOrderCO.com/). For an entertaining, intuitive