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

Connectionless #696

Closed emil14 closed 2 months ago

emil14 commented 2 months ago
emil14 commented 2 months ago

each channel represents sender-receiver pair

basically this is the fix. ofc for doing that we had to get rid of fan-in/out so we moved that part from runtime to desugarer (and ofc added respectful components)