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

Data processing components out of the box #646

Open emil14 opened 1 month ago

emil14 commented 1 month ago

Both Go and JavaScript lack support for collection processing functions. JS supports very basic stuff like map/filter/reduce. Python is a better example with its itertools package

I would like Neva to be a "batteries-included" language in this regard. Good examples of what I'm talking about are:

Related to #642