Basics
Benefits
Background theories
Versus other paradigms
Tutorials
Open discussions
Contacts
Basics
Benefits
Background theories
Versus other paradigms
Tutorials
Open discussions
Contacts
Wikipédia : Dataflow is a programming paradigm that models a program as a directed graph of the data flowing between operations, thus implementing dataflow principles and architecture.
As defined above, is “as a directed graph of the data”. This mean there is an analysis to define how to “direct” the graph.
With Evenja, the graph's “direction”, dépends only of the data's content it self.
Using when, where, what data is in the dataflow and with no specific algorythm, but only the content of the data, the new “direction” will be found.
As dataflow programming, Evenja is a management of datas through a flow.
But the management of the datas is ALWAYS THE SAME, WHATEVER IS THE APPLICATION.