nevalang / neva

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

Static outports are implemented instead of static inports! #301

Closed emil14 closed 1 year ago

emil14 commented 1 year ago

Important - this is implemented but not working. Actually implementation relies on old mechanism where static INPORTS are living at the level of nodes


Related to

https://github.com/nevalang/nevalang/issues/269

emil14 commented 1 year ago

https://github.com/nevalang/neva/discussions/369