...
I didn't expect that. At first sight it seemed to be AI generated but under further inspection turned out to be totally legit. Nice find.
The linked page lists a couple innovations that are introduced. Domains & overlaps is an interesting technique that blends static & dynamic typing. "Memlets" provide a primitive for maintaining state. A simple, universal & also flexible mechanism for merging multiple concurrent processes back into a single thread of execution... Something tells me that the author has some experience working with dataflow languages and is addressing the main pain points.
There is also a PDF with a spec of the language that can be downloaded for free from a couple online stores. I've scanned through it quickly.
It's a fairly technical academic approach that starts with a definition of a language.
It's also pretty comprehensive - covers semantics, execution model, graphical display, programming interfaces. IMO such a priori design doesn't work well in visual space. It's hard to predict what elements will turn out to be annoying and which will create unexpected synergies. But if this language gets actually implemented and undergoes a couple iterations... Who knows... I'll be watching it's development with great interest!