nevalang / neva

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

Should `Range` have `err` outport? #686

Open emil14 opened 3 months ago

emil14 commented 3 months ago

What if we pass equal values e.g. 0,0? How should range behave? Should we add err outport?

Reminder - we never panic in runtime