nevalang / neva

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

Iter should support strings #643

Open emil14 opened 1 month ago

emil14 commented 1 month ago

Should be a way to stream list of chars

dorian3343 commented 1 month ago

Just use split and iter, no point in adding overloading to solve a rare case (IMO)