4 comments

[ 3.2 ms ] story [ 14.8 ms ] thread
I messed with this yesterday a little bit, it's pretty cool. Waiting for more native types and some IO and then I'm really going to play with it.
What kind of programs would you write in bend? Would you use it instead of CUDA kernels or openmp pragmas?

What about weird stuff in python like objects, duck typing, side effects, io/print statements, etc

Bend isn't about practical utility right now, just a proof of concept implementation of a high level language that compiles to interaction nets. The ultimate goal is to be able to easily write massively parallel code without having to do any of the work to get parallelism, it just happens by itself. Already that is proven, now the work begins to optimize and add useful features.