On 2025-03-05 11:54, Eugene Sidelnyk wrote:
> Hi there,
>
> I would also like to highlight some interesting ideas that I find being useful to consider.
>
> Recently Bend programming language has been released, and it incorporates a completely different view on the conception of "code", in the definition of "what it is" and "how it should be interpreted".
>
> While we interpret it as a sequence of instructions, the proper way of seeing it is the graph of instructions. On every step we reduce that graph, by running the code of the nodes current node depends on.
>

I've always kind of liked this model.

https://en.wikipedia.org/wiki/Dataflow_programming

Reply via email to