nevalang / neva

🌊 Dataflow programming language with static types and implicit parallelism. Compiles to machine code and Go
https://nevalang.org
MIT License
124 stars 7 forks source link

Array-bypass connections syntax could be improved #579

Open emil14 opened 6 months ago

emil14 commented 6 months ago

Portless connection

Array-bypass doesn't support portless connection. This doesn't work:

:inport => node

Have to be like this

:inport => node:inport

Chained connections

Array-bypass doesn't support chaining

:inport => foo -> bar

Have to be like this

:inport => foo:inport
foo:outport -> bar:inport
emil14 commented 2 weeks ago

There was no case for this, but maybe it's not clear that array bypass doesn't support chaining and portless